/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/ |
bucket.pass.cpp | 10 // <unordered_map> 22 #include <unordered_map>
|
count.pass.cpp | 10 // <unordered_map> 18 #include <unordered_map>
|
find_const.pass.cpp | 10 // <unordered_map> 18 #include <unordered_map>
|
find_non_const.pass.cpp | 10 // <unordered_map> 18 #include <unordered_map>
|
iterators.fail.cpp | 10 // <unordered_map> 23 #include <unordered_map>
|
max_load_factor.pass.cpp | 10 // <unordered_map> 23 #include <unordered_map>
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/ |
default_noexcept.pass.cpp | 10 // <unordered_map> 20 #include <unordered_map>
|
dtor_noexcept.pass.cpp | 10 // <unordered_map> 14 #include <unordered_map>
|
move_assign_noexcept.pass.cpp | 10 // <unordered_map> 20 #include <unordered_map>
|
move_noexcept.pass.cpp | 10 // <unordered_map> 18 #include <unordered_map>
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.swap/ |
swap_noexcept.pass.cpp | 10 // <unordered_map> 18 #include <unordered_map>
|
/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/vulkan-validation-layers/layers/ |
core_validation.h | 38 #include <unordered_map> 487 unordered_map<uint32_t, bool> attachment_first_read; 488 unordered_map<uint32_t, VkImageLayout> attachment_first_layout; 565 unordered_map<VkEvent, VkPipelineStageFlags> eventToStageMap; 594 unordered_map<uint32_t, uint32_t> bindingToIndexMap; // map set binding # to [all...] |
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...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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-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)
|
/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...] |
/build/kati/ |
find.cc | 120 unordered_map<const DirentNode*, string>* cur_read_dirs, 156 unordered_map<const DirentNode*, string>*, 172 unordered_map<const DirentNode*, string>* cur_read_dirs) 193 unordered_map<const DirentNode*, string>* cur_read_dirs_; 226 unordered_map<const DirentNode*, string>* cur_read_dirs, 319 unordered_map<const DirentNode*, string>* cur_read_dirs, 797 unordered_map<const DirentNode*, string> cur_read_dirs;
|
/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...] |
/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...] |