/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
unordered_map.h | 1 // TR1 unordered_map implementation -*- C++ -*- 25 /** @file tr1/unordered_map.h 27 * Do not attempt to use it directly. @headername{tr1/unordered_map} 180 class unordered_map class in namespace:tr1 193 unordered_map(size_type __n = 10, function in class:tr1::unordered_map 201 unordered_map(_InputIterator __f, _InputIterator __l, function in class:tr1::unordered_map 266 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x, 267 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
unordered_map.h | 1 // TR1 unordered_map implementation -*- C++ -*- 25 /** @file tr1/unordered_map.h 27 * Do not attempt to use it directly. @headername{tr1/unordered_map} 180 class unordered_map class in namespace:tr1 193 unordered_map(size_type __n = 10, function in class:tr1::unordered_map 201 unordered_map(_InputIterator __f, _InputIterator __l, function in class:tr1::unordered_map 266 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x, 267 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
unordered_map.h | 1 // TR1 unordered_map implementation -*- C++ -*- 25 /** @file tr1/unordered_map.h 27 * Do not attempt to use it directly. @headername{tr1/unordered_map} 180 class unordered_map class in namespace:tr1 193 unordered_map(size_type __n = 10, function in class:tr1::unordered_map 201 unordered_map(_InputIterator __f, _InputIterator __l, function in class:tr1::unordered_map 266 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x, 267 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
|
/system/bt/service/ |
gatt_client.h | 20 #include <unordered_map> 79 std::unordered_map<UUID, RegisterCallback> pending_calls_;
|
gatt_server.h | 22 #include <unordered_map> 232 std::unordered_map<int, int> request_id_to_handle; 334 std::unordered_map<GattIdentifier, int> pending_handle_map_; 337 std::unordered_map<GattIdentifier, int> id_to_handle_map_; 338 std::unordered_map<int, GattIdentifier> handle_to_id_map_; 344 std::unordered_map<int, std::shared_ptr<Connection>> conn_id_map_; 345 std::unordered_map<std::string, std::vector<std::shared_ptr<Connection>>> 352 std::unordered_map<int, std::shared_ptr<PendingIndication>> 385 std::unordered_map<UUID, RegisterCallback> pending_calls_;
|
/system/core/libbacktrace/ |
BacktraceOffline.h | 25 #include <unordered_map> 94 static std::unordered_map<std::string, std::unique_ptr<DebugFrameInfo>> debug_frames_;
|
/system/extras/simpleperf/ |
dso.h | 22 #include <unordered_map> 88 static std::unordered_map<std::string, BuildId> build_id_map_;
|
/external/libcxx/test/std/containers/unord/unord.map/ |
local_iterators.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 23 #include <unordered_map> 32 typedef std::unordered_map<int, std::string> C; 80 typedef std::unordered_map<int, std::string> C; 128 typedef std::unordered_map<int, std::string> C; 176 typedef std::unordered_map<int, std::string> C; 225 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, 274 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, 323 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int> [all...] |
swap_member.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 16 // void swap(unordered_map& __u); 18 #include <unordered_map> 34 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C; 62 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C; 110 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C; 152 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C; 214 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C; 242 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/ |
local_iterators.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 23 #include <unordered_map> 32 typedef std::unordered_map<int, std::string> C; 80 typedef std::unordered_map<int, std::string> C; 128 typedef std::unordered_map<int, std::string> C; 176 typedef std::unordered_map<int, std::string> C; 225 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, 274 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, 323 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int> [all...] |
swap_member.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 16 // void swap(unordered_map& __u); 18 #include <unordered_map> 33 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C; 62 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C; 110 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C; 152 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C; 214 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C; 243 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C [all...] |
/external/vulkan-validation-layers/layers/ |
object_tracker.h | 92 static std::unordered_map<void *, struct instExts> instanceExtMap; 93 static std::unordered_map<void *, layer_data *> layer_data_map; 99 static unordered_map<uint64_t, OBJTRACK_NODE *> swapchainImageMap; 106 // unordered_map<const void*, OBJTRACK_NODE*> objMap; 115 template layer_data *get_my_data_ptr<layer_data>(void *data_key, std::unordered_map<void *, layer_data *> &data_map); 393 extern unordered_map<uint64_t, OBJTRACK_NODE *> VkPhysicalDeviceMap; 394 extern unordered_map<uint64_t, OBJTRACK_NODE *> VkDeviceMap; 395 extern unordered_map<uint64_t, OBJTRACK_NODE *> VkImageMap; 396 extern unordered_map<uint64_t, OBJTRACK_NODE *> VkQueueMap; 397 extern unordered_map<uint64_t, OBJTRACK_NODE *> VkDescriptorSetMap [all...] |
/build/kati/ |
fileutil.cc | 32 #include <unordered_map> 173 const unordered_map<string, vector<string>*>& GetAll() const { 185 unordered_map<string, vector<string>*> cache_; 196 const unordered_map<string, vector<string>*>& GetAllGlobCache() {
|
/external/clang/INPUTS/ |
all-std-headers.cpp | 84 #include <unordered_map>
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.swap/ |
swap_non_member.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 16 // void swap(unordered_map& __u); 18 #include <unordered_map> 34 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C; 62 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C; 110 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C; 152 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C; 214 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C; 242 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C [all...] |
/frameworks/base/libs/hwui/ |
LayerUpdateQueue.h | 24 #include <unordered_map>
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.swap/ |
swap_non_member.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 16 // void swap(unordered_map& __u); 18 #include <unordered_map> 33 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C; 62 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C; 110 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C; 152 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C; 214 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C; 243 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C [all...] |
/packages/inputmethods/LatinIME/native/dicttoolkit/src/command_executors/ |
diff_executor.cpp | 37 std::unordered_map<std::string, OptionSpec> optionSpecs;
|
header_executor.cpp | 38 std::unordered_map<std::string, OptionSpec> optionSpecs;
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/ |
insert_or_assign.pass.cpp | 12 // <unordered_map> 14 // class unordered_map 25 #include <unordered_map> 69 typedef std::unordered_map<int, Moveable> M; 113 typedef std::unordered_map<Moveable, Moveable> M; 142 typedef std::unordered_map<int, Moveable> M; 165 typedef std::unordered_map<Moveable, Moveable> M;
|
try.emplace.pass.cpp | 12 // <unordered_map> 14 // class unordered_map 26 #include <unordered_map> 69 typedef std::unordered_map<int, Moveable> M; 112 typedef std::unordered_map<Moveable, Moveable> M; 140 typedef std::unordered_map<int, Moveable> M; 166 typedef std::unordered_map<Moveable, Moveable> M;
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
HWC2.h | 35 #include <unordered_map> 186 std::unordered_map<hwc2_display_t, std::weak_ptr<Display>> mDisplays; 283 std::unordered_map<std::shared_ptr<Layer>, Composition>* outTypes); 293 std::unordered_map<std::shared_ptr<Layer>, LayerRequest>* 300 std::unordered_map<std::shared_ptr<Layer>, 354 std::unordered_map<hwc2_layer_t, std::weak_ptr<Layer>> mLayers; 355 std::unordered_map<hwc2_config_t, std::shared_ptr<const Config>> mConfigs;
|
/external/clang/test/SemaTemplate/ |
default-expr-arguments.cpp | 321 struct unordered_map { struct in namespace:PR13758 322 explicit unordered_map(int n = 42); 323 unordered_map(move_from<K> other); 327 new unordered_map<void>(); 328 new unordered_map<void>;
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
proximity_info_utils.h | 21 #include <unordered_map> 33 const std::unordered_map<int, int> *const codeToKeyMap) { 42 std::unordered_map<int, int>::const_iterator mapPos = codeToKeyMap->find(lowerCode); 56 const std::unordered_map<int, int> *const codeToKeyMap, int *inputProximities) { 148 const std::unordered_map<int, int> *const codeToKeyMap, int *proximities) {
|
/external/ceres-solver/ |
CMakeLists.txt | 458 CHECK_INCLUDE_FILE_CXX(unordered_map HAVE_STD_UNORDERED_MAP_HEADER) 460 # Finding the unordered_map header doesn't mean that unordered_map 463 # In particular, MSVC 2008 has unordered_map declared in std::tr1. 467 CHECK_CXX_SOURCE_COMPILES("#include <unordered_map> 469 std::unordered_map<int, int> map; 475 MESSAGE("-- Found unordered_map/set in std namespace.") 477 CHECK_CXX_SOURCE_COMPILES("#include <unordered_map> 479 std::tr1::unordered_map<int, int> map; 485 MESSAGE("-- Found unordered_map/set in std::tr1 namespace." [all...] |