HomeSort by relevance Sort by last modified time
    Searched refs:unordered_multiset (Results 76 - 100 of 262) sorted by null

1 2 34 5 6 7 8 91011

  /external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/
swap_noexcept.pass.cpp 14 // void swap(unordered_multiset& c)
125 typedef std::unordered_multiset<MoveOnly> C;
130 typedef std::unordered_multiset<MoveOnly, std::hash<MoveOnly>,
135 typedef std::unordered_multiset<MoveOnly, std::hash<MoveOnly>,
141 typedef std::unordered_multiset<MoveOnly, some_hash<MoveOnly>> C;
145 typedef std::unordered_multiset<MoveOnly, std::hash<MoveOnly>,
152 typedef std::unordered_multiset<MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc <MoveOnly>> C;
156 typedef std::unordered_multiset<MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MoveOnly>> C;
160 typedef std::unordered_multiset<MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc <MoveOnly>> C;
164 typedef std::unordered_multiset<MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<MoveOnly>> C
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multiset/unord.multiset.swap/
swap_noexcept.pass.cpp 14 // void swap(unordered_multiset& c)
122 typedef std::unordered_multiset<MoveOnly> C;
127 typedef std::unordered_multiset<MoveOnly, std::hash<MoveOnly>,
133 typedef std::unordered_multiset<MoveOnly, std::hash<MoveOnly>,
139 typedef std::unordered_multiset<MoveOnly, some_hash<MoveOnly>> C;
144 typedef std::unordered_multiset<MoveOnly, std::hash<MoveOnly>,
152 typedef std::unordered_multiset<MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc <MoveOnly>> C;
157 typedef std::unordered_multiset<MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MoveOnly>> C;
162 typedef std::unordered_multiset<MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc <MoveOnly>> C;
167 typedef std::unordered_multiset<MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<MoveOnly>> C
    [all...]
  /external/libcxx/test/std/containers/unord/unord.multiset/
count.pass.cpp 14 // class unordered_multiset
26 typedef std::unordered_multiset<int> C;
48 typedef std::unordered_multiset<int, std::hash<int>,
find_const.pass.cpp 14 // class unordered_multiset
26 typedef std::unordered_multiset<int> C;
47 typedef std::unordered_multiset<int, std::hash<int>,
find_non_const.pass.cpp 14 // class unordered_multiset
26 typedef std::unordered_multiset<int> C;
47 typedef std::unordered_multiset<int, std::hash<int>,
insert_init.pass.cpp 14 // class unordered_multiset
28 typedef std::unordered_multiset<int> C;
49 typedef std::unordered_multiset<int, std::hash<int>,
incomplete.pass.cpp 14 // Check that std::unordered_multiset and its iterators can be instantiated with an incomplete
26 typedef std::unordered_multiset<A, MyHash<A> > Map;
bucket.pass.cpp 14 // class unordered_multiset
31 typedef std::unordered_multiset<int> C;
50 typedef std::unordered_multiset<int, std::hash<int>,
71 typedef std::unordered_multiset<int> C;
bucket_size.pass.cpp 14 // class unordered_multiset
31 typedef std::unordered_multiset<int> C;
54 typedef std::unordered_multiset<int, std::hash<int>,
79 typedef std::unordered_multiset<int> C;
eq.pass.cpp 14 // operator==(const unordered_multiset<Key, Hash, Pred, Alloc>& x,
15 // const unordered_multiset<Key, Hash, Pred, Alloc>& y);
19 // operator!=(const unordered_multiset<Key, Hash, Pred, Alloc>& x,
20 // const unordered_multiset<Key, Hash, Pred, Alloc>& y);
30 typedef std::unordered_multiset<int> C;
52 typedef std::unordered_multiset<int> C;
74 typedef std::unordered_multiset<int> C;
104 typedef std::unordered_multiset<int, std::hash<int>,
127 typedef std::unordered_multiset<int, std::hash<int>,
150 typedef std::unordered_multiset<int, std::hash<int>
    [all...]
emplace_hint.pass.cpp 14 // class unordered_multiset
33 typedef std::unordered_multiset<Emplaceable> C;
51 typedef std::unordered_multiset<Emplaceable, std::hash<Emplaceable>,
71 typedef std::unordered_multiset<Emplaceable> C;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/
count.pass.cpp 14 // class unordered_multiset
26 typedef std::unordered_multiset<int> C;
48 typedef std::unordered_multiset<int, std::hash<int>,
insert_init.pass.cpp 14 // class unordered_multiset
28 typedef std::unordered_multiset<int> C;
49 typedef std::unordered_multiset<int, std::hash<int>,
bucket.pass.cpp 14 // class unordered_multiset
30 typedef std::unordered_multiset<int> C;
49 typedef std::unordered_multiset<int, std::hash<int>,
70 typedef std::unordered_multiset<int> C;
bucket_size.pass.cpp 14 // class unordered_multiset
30 typedef std::unordered_multiset<int> C;
53 typedef std::unordered_multiset<int, std::hash<int>,
78 typedef std::unordered_multiset<int> C;
eq.pass.cpp 14 // operator==(const unordered_multiset<Key, Hash, Pred, Alloc>& x,
15 // const unordered_multiset<Key, Hash, Pred, Alloc>& y);
19 // operator!=(const unordered_multiset<Key, Hash, Pred, Alloc>& x,
20 // const unordered_multiset<Key, Hash, Pred, Alloc>& y);
30 typedef std::unordered_multiset<int> C;
52 typedef std::unordered_multiset<int> C;
74 typedef std::unordered_multiset<int> C;
104 typedef std::unordered_multiset<int, std::hash<int>,
127 typedef std::unordered_multiset<int, std::hash<int>,
150 typedef std::unordered_multiset<int, std::hash<int>
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multiset/
count.pass.cpp 14 // class unordered_multiset
26 typedef std::unordered_multiset<int> C;
48 typedef std::unordered_multiset<int, std::hash<int>,
insert_init.pass.cpp 14 // class unordered_multiset
28 typedef std::unordered_multiset<int> C;
49 typedef std::unordered_multiset<int, std::hash<int>,
incomplete.pass.cpp 14 // Check that std::unordered_multiset and it's iterators can be instantiated with an incomplete
26 typedef std::unordered_multiset<A, MyHash<A> > Map;
bucket.pass.cpp 14 // class unordered_multiset
30 typedef std::unordered_multiset<int> C;
49 typedef std::unordered_multiset<int, std::hash<int>,
70 typedef std::unordered_multiset<int> C;
bucket_size.pass.cpp 14 // class unordered_multiset
30 typedef std::unordered_multiset<int> C;
53 typedef std::unordered_multiset<int, std::hash<int>,
78 typedef std::unordered_multiset<int> C;
eq.pass.cpp 14 // operator==(const unordered_multiset<Key, Hash, Pred, Alloc>& x,
15 // const unordered_multiset<Key, Hash, Pred, Alloc>& y);
19 // operator!=(const unordered_multiset<Key, Hash, Pred, Alloc>& x,
20 // const unordered_multiset<Key, Hash, Pred, Alloc>& y);
30 typedef std::unordered_multiset<int> C;
52 typedef std::unordered_multiset<int> C;
74 typedef std::unordered_multiset<int> C;
104 typedef std::unordered_multiset<int, std::hash<int>,
127 typedef std::unordered_multiset<int, std::hash<int>,
150 typedef std::unordered_multiset<int, std::hash<int>
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
unordered_set.h 52 /// Base types for unordered_multiset.
728 class unordered_multiset class
767 unordered_multiset(size_type __n = 10, function in class:unordered_multiset
775 * @brief Builds an %unordered_multiset from a range.
783 * Create an %unordered_multiset consisting of copies of the elements
788 unordered_multiset(_InputIterator __f, _InputIterator __l, function in class:unordered_multiset
797 unordered_multiset(const unordered_multiset&) = default;
800 unordered_multiset(unordered_multiset&&) = default
813 unordered_multiset(initializer_list<value_type> __l, function in class:unordered_multiset
834 unordered_multiset(const allocator_type& __a) function in class:unordered_multiset
843 unordered_multiset(const unordered_multiset& __umset, function in class:unordered_multiset
853 unordered_multiset(unordered_multiset&& __umset, function in class:unordered_multiset
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
unordered_set.h 52 /// Base types for unordered_multiset.
728 class unordered_multiset class
767 unordered_multiset(size_type __n = 10, function in class:unordered_multiset
775 * @brief Builds an %unordered_multiset from a range.
783 * Create an %unordered_multiset consisting of copies of the elements
788 unordered_multiset(_InputIterator __f, _InputIterator __l, function in class:unordered_multiset
797 unordered_multiset(const unordered_multiset&) = default;
800 unordered_multiset(unordered_multiset&&) = default
813 unordered_multiset(initializer_list<value_type> __l, function in class:unordered_multiset
834 unordered_multiset(const allocator_type& __a) function in class:unordered_multiset
843 unordered_multiset(const unordered_multiset& __umset, function in class:unordered_multiset
853 unordered_multiset(unordered_multiset&& __umset, function in class:unordered_multiset
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
unordered_set.h 52 /// Base types for unordered_multiset.
728 class unordered_multiset class
767 unordered_multiset(size_type __n = 10, function in class:unordered_multiset
775 * @brief Builds an %unordered_multiset from a range.
783 * Create an %unordered_multiset consisting of copies of the elements
788 unordered_multiset(_InputIterator __f, _InputIterator __l, function in class:unordered_multiset
797 unordered_multiset(const unordered_multiset&) = default;
800 unordered_multiset(unordered_multiset&&) = default
813 unordered_multiset(initializer_list<value_type> __l, function in class:unordered_multiset
834 unordered_multiset(const allocator_type& __a) function in class:unordered_multiset
843 unordered_multiset(const unordered_multiset& __umset, function in class:unordered_multiset
853 unordered_multiset(unordered_multiset&& __umset, function in class:unordered_multiset
    [all...]

Completed in 306 milliseconds

1 2 34 5 6 7 8 91011