OSDN Git Service

Replace hash_map in data_dispatcher with C++ unordered_map
authorJakub Pawlowski <jpawlowski@google.com>
Thu, 26 May 2016 17:13:40 +0000 (10:13 -0700)
committerJakub Pawlowski <jpawlowski@google.com>
Thu, 26 May 2016 19:34:26 +0000 (12:34 -0700)
commit2b56e01a2d0ccf9eff58b24fb66c18280f95a680
tree922432ca96616d585f5bf22d397063665573e3f9
parent6a059517c75400615dd26268d9bf81024091a85d
Replace hash_map in data_dispatcher with C++ unordered_map

Change-Id: Ic8d99108fd557a1d994dcea5a2bf92aef98a0cac
osi/Android.mk
osi/BUILD.gn
osi/include/data_dispatcher.h
osi/src/data_dispatcher.cc [moved from osi/src/data_dispatcher.c with 77% similarity]
osi/test/data_dispatcher_test.cc