Searched defs:some_hash2 (Results 1 - 4 of 4) sorted by relevance

/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/
H A Dswap_noexcept.pass.cpp71 struct some_hash2 struct
74 some_hash2() {} function in struct:some_hash2
75 some_hash2(const some_hash2&);
81 void swap(some_hash2<T>&, some_hash2<T>&) noexcept {}
168 typedef std::unordered_multiset<MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc <MoveOnly>> C;
172 typedef std::unordered_multiset<MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MoveOnly>> C;
176 typedef std::unordered_multiset<MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc <MoveOnly>> C;
180 typedef std::unordered_multiset<MoveOnly, some_hash2<MoveOnl
[all...]
/external/libcxx/test/std/containers/unord/unord.set/unord.set.swap/
H A Dswap_noexcept.pass.cpp71 struct some_hash2 struct
74 some_hash2() {} function in struct:some_hash2
75 some_hash2(const some_hash2&);
81 void swap(some_hash2<T>&, some_hash2<T>&) noexcept {}
168 typedef std::unordered_set<MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc <MoveOnly>> C;
172 typedef std::unordered_set<MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MoveOnly>> C;
176 typedef std::unordered_set<MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc <MoveOnly>> C;
180 typedef std::unordered_set<MoveOnly, some_hash2<MoveOnl
[all...]
/external/libcxx/test/std/containers/unord/unord.map/unord.map.swap/
H A Dswap_noexcept.pass.cpp71 struct some_hash2 struct
74 some_hash2() {} function in struct:some_hash2
75 some_hash2(const some_hash2&);
81 void swap(some_hash2<T>&, some_hash2<T>&) noexcept {}
170 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc <MapType>> C;
174 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MapType>> C;
178 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc <MapType>> C;
182 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash2<MoveOnl
[all...]
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/
H A Dswap_noexcept.pass.cpp71 struct some_hash2 struct
74 some_hash2() {} function in struct:some_hash2
75 some_hash2(const some_hash2&);
81 void swap(some_hash2<T>&, some_hash2<T>&) noexcept {}
169 typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc <V>> C;
173 typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc2<V>> C;
177 typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc <V>> C;
181 typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash2<MoveOnl
[all...]

Completed in 155 milliseconds