HomeSort by relevance Sort by last modified time
    Searched refs:unordered_multimap (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.multimap/
max_size.pass.cpp 14 // class unordered_multimap
24 std::unordered_multimap<int, int> u;
max_load_factor.pass.cpp 14 // class unordered_multimap
26 typedef std::unordered_multimap<int, std::string> C;
32 typedef std::unordered_multimap<int, std::string> C;
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;
max_bucket_count.pass.cpp 14 // class unordered_multimap
25 typedef std::unordered_multimap<int, std::string> C;
load_factor.pass.cpp 14 // class unordered_multimap
26 typedef std::unordered_multimap<int, std::string> C;
43 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);
29 typedef std::unordered_multimap<int, std::string> C;
51 typedef std::unordered_multimap<int, std::string> C;
73 typedef std::unordered_multimap<int, std::string> C;
bucket.pass.cpp 14 // class unordered_multimap
25 typedef std::unordered_multimap<int, std::string> C;
bucket_size.pass.cpp 14 // class unordered_multimap
25 typedef std::unordered_multimap<int, std::string> C;
count.pass.cpp 14 // class unordered_multimap
25 typedef std::unordered_multimap<int, std::string> C;
find_const.pass.cpp 14 // class unordered_multimap
25 typedef std::unordered_multimap<int, std::string> C;
find_non_const.pass.cpp 14 // class unordered_multimap
25 typedef std::unordered_multimap<int, std::string> C;
iterators.fail.cpp 14 // class unordered_multimap
30 typedef std::unordered_multimap<int, std::string> C;
52 typedef std::unordered_multimap<int, std::string> C;
iterators.pass.cpp 14 // class unordered_multimap
30 typedef std::unordered_multimap<int, std::string> C;
52 typedef std::unordered_multimap<int, std::string> C;
reserve.pass.cpp 14 // class unordered_multimap
22 void test(const std::unordered_multimap<int, std::string>& c)
36 typedef std::unordered_multimap<int, std::string> C;
rehash.pass.cpp 14 // class unordered_multimap
23 void test(const std::unordered_multimap<int, std::string>& c)
25 typedef std::unordered_multimap<int, std::string> C;
63 typedef std::unordered_multimap<int, std::string> C;
  /ndk/sources/cxx-stl/llvm-libc++/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>,
allocator.pass.cpp 14 // class unordered_multimap
16 // explicit unordered_multimap(const allocator_type& __a);
29 typedef std::unordered_multimap<NotConstructible, NotConstructible,
default.pass.cpp 14 // class unordered_multimap
16 // unordered_multimap();
29 typedef std::unordered_multimap<NotConstructible, NotConstructible,
size.fail.cpp 14 // class unordered_multimap
16 // unordered_multimap(size_type n);
29 typedef std::unordered_multimap<NotConstructible, NotConstructible,
size.pass.cpp 14 // class unordered_multimap
16 // unordered_multimap(size_type n);
29 typedef std::unordered_multimap<NotConstructible, NotConstructible,
  /ndk/sources/cxx-stl/llvm-libc++/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>,
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.multimap/unord.multimap.modifiers/
clear.pass.cpp 14 // class unordered_multimap
25 typedef std::unordered_multimap<int, std::string> C;

Completed in 115 milliseconds

1 2 3 4 5