Home
last modified time | relevance | path

Searched refs:some_comp2 (Results 1 – 8 of 8) sorted by relevance

/external/libcxx/test/std/containers/associative/set/set.special/
Dswap_noexcept.pass.cpp43 struct some_comp2 struct
47 some_comp2() {} in some_comp2() argument
48 some_comp2(const some_comp2&) {} in some_comp2() argument
54 void swap(some_comp2<T>&, some_comp2<T>&) noexcept {} in swap() argument
126 typedef std::set<MoveOnly, some_comp2<MoveOnly>, some_alloc <MoveOnly>> C; in main()
130 typedef std::set<MoveOnly, some_comp2<MoveOnly>, some_alloc2<MoveOnly>> C; in main()
135 typedef std::set<MoveOnly, some_comp2<MoveOnly>, some_alloc3<MoveOnly>> C; in main()
/external/libcxx/test/std/containers/associative/multiset/multiset.special/
Dswap_noexcept.pass.cpp43 struct some_comp2 struct
47 some_comp2() {} in some_comp2() function
48 some_comp2(const some_comp2&) {} in some_comp2() argument
54 void swap(some_comp2<T>&, some_comp2<T>&) noexcept {} in swap() argument
126 typedef std::multiset<MoveOnly, some_comp2<MoveOnly>, some_alloc <MoveOnly>> C; in main()
130 typedef std::multiset<MoveOnly, some_comp2<MoveOnly>, some_alloc2<MoveOnly>> C; in main()
135 typedef std::multiset<MoveOnly, some_comp2<MoveOnly>, some_alloc3<MoveOnly>> C; in main()
/external/libcxx/test/std/containers/unord/unord.map/unord.map.swap/
Dswap_noexcept.pass.cpp47 struct some_comp2 struct
51 some_comp2() {} in some_comp2() function
52 some_comp2(const some_comp2&) {} in some_comp2() argument
58 void swap(some_comp2<T>&, some_comp2<T>&) noexcept {} in swap() argument
162 …typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_all… in main()
166 …typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_all… in main()
178 …typedef std::unordered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_al… in main()
182 …typedef std::unordered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_al… in main()
187 …typedef std::unordered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_al… in main()
/external/libcxx/test/std/containers/unord/unord.set/unord.set.swap/
Dswap_noexcept.pass.cpp47 struct some_comp2 struct
51 some_comp2() {} in some_comp2() argument
52 some_comp2(const some_comp2&) {} in some_comp2() function
58 void swap(some_comp2<T>&, some_comp2<T>&) noexcept {} in swap() argument
160 …typedef std::unordered_set<MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc <MoveOn… in main()
164 …typedef std::unordered_set<MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<MoveOn… in main()
176 …typedef std::unordered_set<MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc <MoveO… in main()
180 …typedef std::unordered_set<MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<MoveO… in main()
185 …typedef std::unordered_set<MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc3<MoveO… in main()
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/
Dswap_noexcept.pass.cpp47 struct some_comp2 struct
51 some_comp2() {} in some_comp2() function
52 some_comp2(const some_comp2&) {} in some_comp2() argument
58 void swap(some_comp2<T>&, some_comp2<T>&) noexcept {} in swap() argument
161 …typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, som… in main()
165 …typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, som… in main()
177 …typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, so… in main()
181 …typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, so… in main()
186 …typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, so… in main()
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/
Dswap_noexcept.pass.cpp47 struct some_comp2 struct
51 some_comp2() {} in some_comp2() function
52 some_comp2(const some_comp2&) {} in some_comp2() argument
58 void swap(some_comp2<T>&, some_comp2<T>&) noexcept {} in swap() argument
160 …typedef std::unordered_multiset<MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc <M… in main()
164 …typedef std::unordered_multiset<MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<M… in main()
176 …typedef std::unordered_multiset<MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc <… in main()
180 …typedef std::unordered_multiset<MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<… in main()
185 …typedef std::unordered_multiset<MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc3<… in main()
/external/libcxx/test/std/containers/associative/multimap/multimap.special/
Dswap_noexcept.pass.cpp43 struct some_comp2 struct
47 some_comp2() {} in some_comp2() argument
48 some_comp2(const some_comp2&) {} in some_comp2() argument
54 void swap(some_comp2<T>&, some_comp2<T>&) noexcept {} in swap() argument
127 typedef std::multimap<MoveOnly, MoveOnly, some_comp2<MoveOnly>, some_alloc <V>> C; in main()
131 typedef std::multimap<MoveOnly, MoveOnly, some_comp2<MoveOnly>, some_alloc2<V>> C; in main()
136 typedef std::multimap<MoveOnly, MoveOnly, some_comp2<MoveOnly>, some_alloc3<V>> C; in main()
/external/libcxx/test/std/containers/associative/map/map.special/
Dswap_noexcept.pass.cpp43 struct some_comp2 struct
47 some_comp2() {} in some_comp2() function
48 some_comp2(const some_comp2&) {} in some_comp2() argument
54 void swap(some_comp2<T>&, some_comp2<T>&) noexcept {} in swap() argument
127 typedef std::map<MoveOnly, MoveOnly, some_comp2<MoveOnly>, some_alloc <V>> C; in main()
131 typedef std::map<MoveOnly, MoveOnly, some_comp2<MoveOnly>, some_alloc2<V>> C; in main()
136 typedef std::map<MoveOnly, MoveOnly, some_comp2<MoveOnly>, some_alloc3<V>> C; in main()