/external/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/ |
range.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 17 // unordered_map(InputIterator first, InputIterator last); 19 #include <unordered_map> 34 typedef std::unordered_map<int, std::string, 68 typedef std::unordered_map<int, std::string, 106 typedef std::unordered_map<int, std::string, HF, Comp, A> C; 138 typedef std::unordered_map<int, std::string, HF, Comp, A> C;
|
copy_alloc.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 16 // unordered_map(const unordered_map& u, const allocator_type& a); 18 #include <unordered_map> 31 typedef std::unordered_map<int, std::string, 71 typedef std::unordered_map<int, std::string,
|
init_size_hash_equal_allocator.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 16 // unordered_map(initializer_list<value_type> il, size_type n, 19 #include <unordered_map> 33 typedef std::unordered_map<int, std::string, 70 typedef std::unordered_map<int, std::string,
|
range_size_hash.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 17 // unordered_map(InputIterator first, InputIterator last, size_type n, 20 #include <unordered_map> 35 typedef std::unordered_map<int, std::string, 72 typedef std::unordered_map<int, std::string,
|
range_size_hash_equal.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 17 // unordered_map(InputIterator first, InputIterator last, size_type n, 20 #include <unordered_map> 35 typedef std::unordered_map<int, std::string, 73 typedef std::unordered_map<int, std::string,
|
range_size_hash_equal_allocator.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 17 // unordered_map(InputIterator first, InputIterator last, size_type n, 21 #include <unordered_map> 36 typedef std::unordered_map<int, std::string, 75 typedef std::unordered_map<int, std::string,
|
/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;
|
insert_rvalue.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 20 #include <unordered_map> 29 typedef std::unordered_map<double, int> C; 59 typedef std::unordered_map<MoveOnly, MoveOnly> C; 90 typedef std::unordered_map<double, int, std::hash<double>, std::equal_to<double>, 121 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>, std::equal_to<MoveOnly>,
|
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;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/ |
assign_copy.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 16 // unordered_map& operator=(const unordered_map& u); 18 #include <unordered_map> 32 typedef std::unordered_map<int, std::string, 76 typedef std::unordered_map<int, std::string> C; 95 typedef std::unordered_map<int, std::string, 141 typedef std::unordered_map<int, std::string,
|
init.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 16 // unordered_map(initializer_list<value_type> il); 18 #include <unordered_map> 32 typedef std::unordered_map<int, std::string, 64 typedef std::unordered_map<int, std::string, 100 typedef std::unordered_map<int, std::string, HF, Comp, A> C; 131 typedef std::unordered_map<int, std::string, HF, Comp, A> C;
|
range.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 17 // unordered_map(InputIterator first, InputIterator last); 19 #include <unordered_map> 34 typedef std::unordered_map<int, std::string, 68 typedef std::unordered_map<int, std::string, 106 typedef std::unordered_map<int, std::string, HF, Comp, A> C; 138 typedef std::unordered_map<int, std::string, HF, Comp, A> C;
|
copy_alloc.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 16 // unordered_map(const unordered_map& u, const allocator_type& a); 18 #include <unordered_map> 31 typedef std::unordered_map<int, std::string, 71 typedef std::unordered_map<int, std::string,
|
init_size_hash_equal_allocator.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 16 // unordered_map(initializer_list<value_type> il, size_type n, 19 #include <unordered_map> 33 typedef std::unordered_map<int, std::string, 70 typedef std::unordered_map<int, std::string,
|
range_size_hash.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 17 // unordered_map(InputIterator first, InputIterator last, size_type n, 20 #include <unordered_map> 35 typedef std::unordered_map<int, std::string, 72 typedef std::unordered_map<int, std::string,
|
range_size_hash_equal.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 17 // unordered_map(InputIterator first, InputIterator last, size_type n, 20 #include <unordered_map> 35 typedef std::unordered_map<int, std::string, 73 typedef std::unordered_map<int, std::string,
|
range_size_hash_equal_allocator.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 17 // unordered_map(InputIterator first, InputIterator last, size_type n, 21 #include <unordered_map> 36 typedef std::unordered_map<int, std::string, 75 typedef std::unordered_map<int, std::string,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/ |
insert_rvalue.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 20 #include <unordered_map> 29 typedef std::unordered_map<double, int> C; 59 typedef std::unordered_map<MoveOnly, MoveOnly> C; 90 typedef std::unordered_map<double, int, std::hash<double>, std::equal_to<double>, 121 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>, std::equal_to<MoveOnly>,
|
/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) {
|
/build/kati/ |
func.cc | 28 #include <unordered_map> 728 unordered_map<StringPiece, FuncInfo*>* g_func_info_map; 733 g_func_info_map = new unordered_map<StringPiece, FuncInfo*>;
|
exec.cc | 23 #include <unordered_map> 136 unordered_map<Symbol, double> done_;
|
/hardware/libhardware/modules/input/evdev/ |
InputHub.h | 22 #include <unordered_map> 223 std::unordered_map<int, std::string> mWatchedPaths; 225 std::unordered_map<int, std::shared_ptr<InputDeviceNode>> mDeviceNodes;
|
/system/core/gatekeeperd/ |
SoftGateKeeper.h | 33 #include <unordered_map> 173 typedef std::unordered_map<uint32_t, failure_record_t> FailureRecordMap; 174 typedef std::unordered_map<uint64_t, fast_hash_t> FastHashMap;
|
/external/clang/INPUTS/ |
all-std-headers.cpp | 84 #include <unordered_map>
|
/frameworks/base/libs/hwui/ |
DeferredDisplayList.h | 20 #include <unordered_map> 174 std::unordered_map<mergeid_t, DrawBatch*> mMergingBatches[kOpBatch_Count];
|