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

12 3 4 5 6 7 8 9

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
default_noexcept.pass.cpp 12 // unordered_multimap()
47 typedef std::unordered_multimap<MoveOnly, MoveOnly> C;
51 typedef std::unordered_multimap<MoveOnly, MoveOnly, std::hash<MoveOnly>,
56 typedef std::unordered_multimap<MoveOnly, MoveOnly, std::hash<MoveOnly>,
61 typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
65 typedef std::unordered_multimap<MoveOnly, MoveOnly, std::hash<MoveOnly>,
dtor_noexcept.pass.cpp 12 // ~unordered_multimap() // implied noexcept;
44 typedef std::unordered_multimap<MoveOnly, MoveOnly> C;
48 typedef std::unordered_multimap<MoveOnly, MoveOnly, std::hash<MoveOnly>,
53 typedef std::unordered_multimap<MoveOnly, MoveOnly, std::hash<MoveOnly>,
58 typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
62 typedef std::unordered_multimap<MoveOnly, MoveOnly, std::hash<MoveOnly>,
move_assign_noexcept.pass.cpp 12 // unordered_multimap& operator=(unordered_multimap&& c)
46 typedef std::unordered_multimap<MoveOnly, MoveOnly> C;
50 typedef std::unordered_multimap<MoveOnly, MoveOnly, std::hash<MoveOnly>,
55 typedef std::unordered_multimap<MoveOnly, MoveOnly, std::hash<MoveOnly>,
60 typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
64 typedef std::unordered_multimap<MoveOnly, MoveOnly, std::hash<MoveOnly>,
move_noexcept.pass.cpp 12 // unordered_multimap(unordered_multimap&&)
43 typedef std::unordered_multimap<MoveOnly, MoveOnly> C;
47 typedef std::unordered_multimap<MoveOnly, MoveOnly, std::hash<MoveOnly>,
52 typedef std::unordered_multimap<MoveOnly, MoveOnly, std::hash<MoveOnly>,
57 typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
61 typedef std::unordered_multimap<MoveOnly, MoveOnly, std::hash<MoveOnly>,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.swap/
swap_noexcept.pass.cpp 12 // void swap(unordered_multimap& c)
45 typedef std::unordered_multimap<MoveOnly, MoveOnly> C;
50 typedef std::unordered_multimap<MoveOnly, MoveOnly, std::hash<MoveOnly>,
56 typedef std::unordered_multimap<MoveOnly, MoveOnly, std::hash<MoveOnly>,
62 typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
67 typedef std::unordered_multimap<MoveOnly, MoveOnly, std::hash<MoveOnly>,
  /external/libcxx/test/containers/unord/unord.multimap/
bucket_count.pass.cpp 14 // class unordered_multimap
25 typedef std::unordered_multimap<int, std::string> C;
32 typedef std::unordered_multimap<int, std::string> C;
db_local_iterators_7.pass.cpp 30 typedef std::unordered_multimap<int, std::string> C;
39 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
max_bucket_count.pass.cpp 14 // class unordered_multimap
27 typedef std::unordered_multimap<int, std::string> C;
35 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
db_iterators_7.pass.cpp 30 typedef std::unordered_multimap<int, std::string> C;
41 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
db_iterators_8.pass.cpp 30 typedef std::unordered_multimap<int, std::string> C;
39 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
db_local_iterators_8.pass.cpp 30 typedef std::unordered_multimap<int, std::string> C;
38 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
load_factor.pass.cpp 14 // class unordered_multimap
28 typedef std::unordered_multimap<int, std::string> C;
45 typedef std::unordered_multimap<int, std::string> C;
52 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
70 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
bucket.pass.cpp 14 // class unordered_multimap
31 typedef std::unordered_multimap<int, std::string> C;
50 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
71 typedef std::unordered_multimap<int, std::string> C;
eq.pass.cpp 14 // operator==(const unordered_multimap<Key, T, Hash, Pred, Alloc>& x,
15 // const unordered_multimap<Key, T, Hash, Pred, Alloc>& y);
19 // operator!=(const unordered_multimap<Key, T, Hash, Pred, Alloc>& x,
20 // const unordered_multimap<Key, T, Hash, Pred, Alloc>& y);
31 typedef std::unordered_multimap<int, std::string> C;
53 typedef std::unordered_multimap<int, std::string> C;
75 typedef std::unordered_multimap<int, std::string> C;
105 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
128 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
151 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/
bucket_count.pass.cpp 14 // class unordered_multimap
25 typedef std::unordered_multimap<int, std::string> C;
32 typedef std::unordered_multimap<int, std::string> C;
db_local_iterators_7.pass.cpp 30 typedef std::unordered_multimap<int, std::string> C;
39 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
max_bucket_count.pass.cpp 14 // class unordered_multimap
27 typedef std::unordered_multimap<int, std::string> C;
35 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
db_iterators_7.pass.cpp 30 typedef std::unordered_multimap<int, std::string> C;
41 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
db_iterators_8.pass.cpp 30 typedef std::unordered_multimap<int, std::string> C;
39 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
db_local_iterators_8.pass.cpp 30 typedef std::unordered_multimap<int, std::string> C;
38 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
load_factor.pass.cpp 14 // class unordered_multimap
28 typedef std::unordered_multimap<int, std::string> C;
45 typedef std::unordered_multimap<int, std::string> C;
52 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
70 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
bucket.pass.cpp 14 // class unordered_multimap
31 typedef std::unordered_multimap<int, std::string> C;
50 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
71 typedef std::unordered_multimap<int, std::string> C;
eq.pass.cpp 14 // operator==(const unordered_multimap<Key, T, Hash, Pred, Alloc>& x,
15 // const unordered_multimap<Key, T, Hash, Pred, Alloc>& y);
19 // operator!=(const unordered_multimap<Key, T, Hash, Pred, Alloc>& x,
20 // const unordered_multimap<Key, T, Hash, Pred, Alloc>& y);
31 typedef std::unordered_multimap<int, std::string> C;
53 typedef std::unordered_multimap<int, std::string> C;
75 typedef std::unordered_multimap<int, std::string> C;
105 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
128 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
151 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>
    [all...]
  /external/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/
clear.pass.cpp 14 // class unordered_multimap
27 typedef std::unordered_multimap<int, std::string> C;
44 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/
clear.pass.cpp 14 // class unordered_multimap
27 typedef std::unordered_multimap<int, std::string> C;
44 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,

Completed in 111 milliseconds

12 3 4 5 6 7 8 9