/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/ |
find_non_const.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 18 #include <unordered_map> 27 typedef std::unordered_map<int, std::string> C; 49 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
|
eq.pass.cpp | 10 // <unordered_map> 14 // operator==(const unordered_map<Key, T, Hash, Pred, Alloc>& x, 15 // const unordered_map<Key, T, Hash, Pred, Alloc>& y); 19 // operator!=(const unordered_map<Key, T, Hash, Pred, Alloc>& x, 20 // const unordered_map<Key, T, Hash, Pred, Alloc>& y); 22 #include <unordered_map> 31 typedef std::unordered_map<int, std::string> C; 50 typedef std::unordered_map<int, std::string> C; 69 typedef std::unordered_map<int, std::string> C; 96 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int> [all...] |
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;
|
equal_range_const.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 18 #include <unordered_map> 27 typedef std::unordered_map<int, std::string> C; 51 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
|
equal_range_non_const.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 18 #include <unordered_map> 27 typedef std::unordered_map<int, std::string> C; 51 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/ |
erase_const_iter.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 18 #include <unordered_map> 27 typedef std::unordered_map<int, std::string> C; 48 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
|
insert_init.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 18 #include <unordered_map> 29 typedef std::unordered_map<int, std::string> C; 50 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
|
insert_range.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 19 #include <unordered_map> 29 typedef std::unordered_map<int, std::string> C; 50 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/ |
pt_node_writer.h | 20 #include <unordered_map> 34 typedef std::unordered_map<int, int> PtNodeArrayPositionRelocationMap; 35 typedef std::unordered_map<int, int> PtNodePositionRelocationMap;
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.elem/ |
at.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 19 #include <unordered_map> 29 typedef std::unordered_map<int, std::string> C; 55 typedef std::unordered_map<int, std::string> C; 81 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, 108 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
|
index.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 18 #include <unordered_map> 28 typedef std::unordered_map<int, std::string> C; 49 typedef std::unordered_map<MoveOnly, std::string> C; 71 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, 93 typedef std::unordered_map<MoveOnly, std::string, std::hash<MoveOnly>, std::equal_to<MoveOnly>,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.elem/ |
at.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 19 #include <unordered_map> 29 typedef std::unordered_map<int, std::string> C; 55 typedef std::unordered_map<int, std::string> C; 81 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, 108 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
|
index.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 18 #include <unordered_map> 28 typedef std::unordered_map<int, std::string> C; 49 typedef std::unordered_map<MoveOnly, std::string> C; 71 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, 93 typedef std::unordered_map<MoveOnly, std::string, std::hash<MoveOnly>, std::equal_to<MoveOnly>,
|
/external/libcxx/test/std/containers/unord/unord.map/ |
eq.pass.cpp | 10 // <unordered_map> 14 // operator==(const unordered_map<Key, T, Hash, Pred, Alloc>& x, 15 // const unordered_map<Key, T, Hash, Pred, Alloc>& y); 19 // operator!=(const unordered_map<Key, T, Hash, Pred, Alloc>& x, 20 // const unordered_map<Key, T, Hash, Pred, Alloc>& y); 22 #include <unordered_map> 31 typedef std::unordered_map<int, std::string> C; 50 typedef std::unordered_map<int, std::string> C; 69 typedef std::unordered_map<int, std::string> C; 96 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int> [all...] |
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;
|
equal_range_const.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 18 #include <unordered_map> 27 typedef std::unordered_map<int, std::string> C; 51 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
|
equal_range_non_const.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 18 #include <unordered_map> 27 typedef std::unordered_map<int, std::string> C; 51 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
|
rehash.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 18 #include <unordered_map> 37 typedef std::unordered_map<int, std::string> C; 64 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
|
reserve.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 18 #include <unordered_map> 37 typedef std::unordered_map<int, std::string> C; 64 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
|
/packages/inputmethods/LatinIME/native/dicttoolkit/tests/utils/ |
arguments_parser_test.cpp | 27 std::unordered_map<std::string, OptionSpec> optionSpecs; 33 std::unordered_map<std::string, OptionSpec> optionSpecs; 48 EXPECT_FALSE(ArgumentsParser(std::unordered_map<std::string, OptionSpec>(), 57 EXPECT_FALSE(ArgumentsParser(std::unordered_map<std::string, OptionSpec>(), 66 EXPECT_FALSE(ArgumentsParser(std::unordered_map<std::string, OptionSpec>(), 91 std::unordered_map<std::string, OptionSpec> optionSpecs;
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/ |
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,
|