/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/ |
assign_init.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 16 // unordered_map& operator=(initializer_list<value_type> il); 18 #include <unordered_map> 32 typedef std::unordered_map<int, std::string, 65 typedef std::unordered_map<int, std::string,
|
size.fail.cpp | 10 // <unordered_map> 14 // class unordered_map 16 // unordered_map(size_type n); 18 #include <unordered_map> 30 typedef std::unordered_map<NotConstructible, NotConstructible, 50 typedef std::unordered_map<NotConstructible, NotConstructible,
|
size.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 16 // unordered_map(size_type n); 18 #include <unordered_map> 30 typedef std::unordered_map<NotConstructible, NotConstructible, 50 typedef std::unordered_map<NotConstructible, NotConstructible,
|
size_hash.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 16 // unordered_map(size_type n, const hasher& hf); 18 #include <unordered_map> 30 typedef std::unordered_map<NotConstructible, NotConstructible, 52 typedef std::unordered_map<NotConstructible, NotConstructible,
|
size_hash_equal.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 16 // unordered_map(size_type n, const hasher& hf, const key_equal& eql); 18 #include <unordered_map> 30 typedef std::unordered_map<NotConstructible, NotConstructible, 53 typedef std::unordered_map<NotConstructible, NotConstructible,
|
size_hash_equal_allocator.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 16 // unordered_map(size_type n, const hasher& hf, const key_equal& eql, const allocator_type& a); 18 #include <unordered_map> 30 typedef std::unordered_map<NotConstructible, NotConstructible, 54 typedef std::unordered_map<NotConstructible, NotConstructible,
|
move.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 16 // unordered_map(unordered_map&& u); 18 #include <unordered_map> 32 typedef std::unordered_map<int, std::string, 68 typedef std::unordered_map<int, std::string, 110 typedef std::unordered_map<int, std::string, 146 typedef std::unordered_map<int, std::string, 189 std::unordered_map<int, int> s1 = {{1, 1}, {2, 2}, {3, 3}} [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/ |
emplace_hint.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 23 #include <unordered_map> 33 typedef std::unordered_map<int, Emplaceable> C; 56 typedef std::unordered_map<int, Emplaceable, std::hash<int>, std::equal_to<int>, 81 typedef std::unordered_map<int, Emplaceable> C;
|
insert_hint_const_lvalue.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 22 #include <unordered_map> 30 typedef std::unordered_map<double, int> C; 57 typedef std::unordered_map<double, int, std::hash<double>, std::equal_to<double>, 86 typedef std::unordered_map<double, int> C;
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/ |
move.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 16 // unordered_map(unordered_map&& u); 20 #include <unordered_map> 33 typedef std::unordered_map<int, std::string, 59 typedef std::unordered_map<int, std::string, 100 typedef std::unordered_map<int, std::string, 126 typedef std::unordered_map<int, std::string, 168 std::unordered_map<int, int> s1 = {{1, 1}, {2, 2}, {3, 3}} [all...] |
allocator.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 16 // explicit unordered_map(const allocator_type& __a); 18 #include <unordered_map> 30 typedef std::unordered_map<NotConstructible, NotConstructible, 50 typedef std::unordered_map<NotConstructible, NotConstructible, 74 typedef std::unordered_map<T, T, HF, Comp, A> C; 93 typedef std::unordered_map<T, T, HF, Comp, A> C;
|
copy.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 16 // unordered_map(const unordered_map& u); 18 #include <unordered_map> 31 typedef std::unordered_map<int, std::string, 71 typedef std::unordered_map<int, std::string, 112 typedef std::unordered_map<int, std::string,
|
/external/vulkan-validation-layers/layers/ |
vk_layer_data.h | 30 #include <unordered_map> 33 template <typename DATA_T> DATA_T *get_my_data_ptr(void *data_key, std::unordered_map<void *, DATA_T *> &layer_data_map) { 35 typename std::unordered_map<void *, DATA_T *>::const_iterator got;
|
vk_layer_table.h | 30 #include <unordered_map> 32 typedef std::unordered_map<void *, VkLayerDispatchTable *> device_table_map; 33 typedef std::unordered_map<void *, VkLayerInstanceDispatchTable *> instance_table_map;
|
/external/libcxx/test/std/containers/unord/unord.map/ |
db_iterators_7.pass.cpp | 10 // <unordered_map> 18 #include <unordered_map> 30 typedef std::unordered_map<int, std::string> C; 41 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
|
iterators.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 23 #include <unordered_map> 32 typedef std::unordered_map<int, std::string> C; 51 typedef std::unordered_map<int, std::string> C; 71 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, 91 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, 113 typedef std::unordered_map<int,double> C;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/ |
db_iterators_7.pass.cpp | 10 // <unordered_map> 18 #include <unordered_map> 30 typedef std::unordered_map<int, std::string> C; 41 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
multi_bigram_map.h | 21 #include <unordered_map> 55 // Copy constructor needed for std::unordered_map. 69 std::unordered_map<int, int> mBigramMap; 81 std::unordered_map<int, BigramMap> mBigramMaps;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/ |
unordered_map | 1 // Debugging unordered_map/unordered_multimap implementation -*- C++ -*- 25 /** @file debug/unordered_map 35 # include <unordered_map> 45 /// Class std::unordered_map with safety/checking/debug instrumentation. 50 class unordered_map 51 : public _GLIBCXX_STD_C::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>, 52 public __gnu_debug::_Safe_unordered_container<unordered_map<_Key, _Tp, 55 typedef _GLIBCXX_STD_C::unordered_map<_Key, _Tp, _Hash, 57 typedef __gnu_debug::_Safe_unordered_container<unordered_map> _Safe_base; 73 unordered_map> iterator [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/ |
unordered_map | 1 // Debugging unordered_map/unordered_multimap implementation -*- C++ -*- 25 /** @file debug/unordered_map 35 # include <unordered_map> 45 /// Class std::unordered_map with safety/checking/debug instrumentation. 50 class unordered_map 51 : public _GLIBCXX_STD_C::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>, 52 public __gnu_debug::_Safe_unordered_container<unordered_map<_Key, _Tp, 55 typedef _GLIBCXX_STD_C::unordered_map<_Key, _Tp, _Hash, 57 typedef __gnu_debug::_Safe_unordered_container<unordered_map> _Safe_base; 73 unordered_map> iterator [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/ |
unordered_map | 1 // Debugging unordered_map/unordered_multimap implementation -*- C++ -*- 25 /** @file debug/unordered_map 35 # include <unordered_map> 45 /// Class std::unordered_map with safety/checking/debug instrumentation. 50 class unordered_map 51 : public _GLIBCXX_STD_C::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>, 52 public __gnu_debug::_Safe_unordered_container<unordered_map<_Key, _Tp, 55 typedef _GLIBCXX_STD_C::unordered_map<_Key, _Tp, _Hash, 57 typedef __gnu_debug::_Safe_unordered_container<unordered_map> _Safe_base; 73 unordered_map> iterator [all...] |
/bionic/libc/malloc_debug/tests/ |
property_fake.cpp | 20 #include <unordered_map> 24 std::unordered_map<std::string, std::string> g_properties;
|
/build/kati/ |
dep.h | 19 #include <unordered_map> 57 const unordered_map<Symbol, Vars*>& rule_vars,
|
file_cache.cc | 19 #include <unordered_map> 62 unordered_map<string, Makefile*> cache_;
|
fileutil.h | 20 #include <unordered_map> 45 const unordered_map<string, vector<string>*>& GetAllGlobCache();
|