HomeSort by relevance Sort by last modified time
    Searched refs:unordered_map (Results 26 - 50 of 546) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/containers/unord/unord.map/
db_local_iterators_7.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
30 typedef std::unordered_map<int, std::string> C;
39 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
max_bucket_count.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
27 typedef std::unordered_map<int, std::string> C;
35 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
max_load_factor.pass.cpp 10 // <unordered_map>
14 // class unordered_map
23 #include <unordered_map>
32 typedef std::unordered_map<int, std::string> C;
38 typedef std::unordered_map<int, std::string> C;
47 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
54 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
65 typedef std::unordered_map<int, std::string> C;
bucket_count.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
27 typedef std::unordered_map<int, std::string> C;
34 typedef std::unordered_map<int, std::string> C;
53 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
61 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
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>,
db_iterators_8.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
30 typedef std::unordered_map<int, std::string> C;
39 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
db_local_iterators_8.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
30 typedef std::unordered_map<int, std::string> C;
38 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/
db_local_iterators_7.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
30 typedef std::unordered_map<int, std::string> C;
39 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
max_bucket_count.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
27 typedef std::unordered_map<int, std::string> C;
35 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
max_load_factor.pass.cpp 10 // <unordered_map>
14 // class unordered_map
23 #include <unordered_map>
32 typedef std::unordered_map<int, std::string> C;
38 typedef std::unordered_map<int, std::string> C;
47 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
54 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
65 typedef std::unordered_map<int, std::string> C;
bucket_count.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
27 typedef std::unordered_map<int, std::string> C;
34 typedef std::unordered_map<int, std::string> C;
53 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
61 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
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>,
db_iterators_8.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
30 typedef std::unordered_map<int, std::string> C;
39 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
db_local_iterators_8.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
30 typedef std::unordered_map<int, std::string> C;
38 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
  /external/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/
default_noexcept.pass.cpp 10 // <unordered_map>
12 // unordered_map()
20 #include <unordered_map>
47 typedef std::unordered_map<MoveOnly, MoveOnly> C;
51 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
56 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
61 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
65 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
dtor_noexcept.pass.cpp 10 // <unordered_map>
12 // ~unordered_map() // implied noexcept;
14 #include <unordered_map>
44 typedef std::unordered_map<MoveOnly, MoveOnly> C;
48 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
53 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
58 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
62 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
move_assign_noexcept.pass.cpp 10 // <unordered_map>
12 // unordered_map& operator=(unordered_map&& c)
20 #include <unordered_map>
46 typedef std::unordered_map<MoveOnly, MoveOnly> C;
50 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
55 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
60 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
64 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
move_noexcept.pass.cpp 10 // <unordered_map>
12 // unordered_map(unordered_map&&)
18 #include <unordered_map>
43 typedef std::unordered_map<MoveOnly, MoveOnly> C;
47 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
52 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
57 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
61 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
  /external/libcxx/test/std/containers/unord/unord.map/unord.map.swap/
swap_noexcept.pass.cpp 10 // <unordered_map>
12 // void swap(unordered_map& c)
18 #include <unordered_map>
45 typedef std::unordered_map<MoveOnly, MoveOnly> C;
50 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
56 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
62 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
67 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
default_noexcept.pass.cpp 10 // <unordered_map>
12 // unordered_map()
20 #include <unordered_map>
47 typedef std::unordered_map<MoveOnly, MoveOnly> C;
51 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
56 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
61 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
65 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
dtor_noexcept.pass.cpp 10 // <unordered_map>
12 // ~unordered_map() // implied noexcept;
14 #include <unordered_map>
44 typedef std::unordered_map<MoveOnly, MoveOnly> C;
48 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
53 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
58 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
62 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
move_assign_noexcept.pass.cpp 10 // <unordered_map>
12 // unordered_map& operator=(unordered_map&& c)
20 #include <unordered_map>
46 typedef std::unordered_map<MoveOnly, MoveOnly> C;
50 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
55 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
60 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
64 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
move_noexcept.pass.cpp 10 // <unordered_map>
12 // unordered_map(unordered_map&&)
18 #include <unordered_map>
43 typedef std::unordered_map<MoveOnly, MoveOnly> C;
47 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
52 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
57 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
61 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.swap/
swap_noexcept.pass.cpp 10 // <unordered_map>
12 // void swap(unordered_map& c)
18 #include <unordered_map>
45 typedef std::unordered_map<MoveOnly, MoveOnly> C;
50 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
56 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
62 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
67 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
  /external/libcxx/test/std/containers/unord/unord.map/unorder.map.modifiers/
clear.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
27 typedef std::unordered_map<int, std::string> C;
44 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,

Completed in 213 milliseconds

12 3 4 5 6 7 8 91011>>