Home
last modified time | relevance | path

Searched defs:some_comp (Results 1 – 25 of 40) sorted by relevance

12

/external/libcxx/test/std/containers/associative/multiset/multiset.special/
Dswap_noexcept.pass.cpp25 struct some_comp struct
29 some_comp() {} in some_comp() function
30 some_comp(const some_comp&) {} in some_comp() function
31 void deallocate(void*, unsigned) {} in deallocate()
55 typedef std::multiset<MoveOnly, some_comp<MoveOnly>> C; in main() argument
/external/libcxx/test/std/containers/associative/multimap/multimap.special/
Dswap_noexcept.pass.cpp25 struct some_comp struct
29 some_comp() {} in some_comp() argument
30 some_comp(const some_comp&) {} in some_comp() argument
31 void deallocate(void*, unsigned) {} in deallocate()
55 typedef std::multimap<MoveOnly, MoveOnly, some_comp<MoveOnly>> C; in main() argument
/external/libcxx/test/std/containers/associative/set/set.special/
Dswap_noexcept.pass.cpp25 struct some_comp struct
29 some_comp() {} in some_comp() argument
30 some_comp(const some_comp&) {} in some_comp() function
31 void deallocate(void*, unsigned) {} in deallocate()
55 typedef std::set<MoveOnly, some_comp<MoveOnly>> C; in main() argument
/external/libcxx/test/std/containers/associative/map/map.special/
Dswap_noexcept.pass.cpp25 struct some_comp struct
29 some_comp() {} in some_comp() argument
30 some_comp(const some_comp&) {} in some_comp() argument
31 void deallocate(void*, unsigned) {} in deallocate()
55 typedef std::map<MoveOnly, MoveOnly, some_comp<MoveOnly>> C; in main() argument
/external/libcxx/test/std/containers/unord/unord.map/unord.map.swap/
Dswap_noexcept.pass.cpp25 struct some_comp struct
29 some_comp() {} in some_comp() function
30 some_comp(const some_comp&) {} in some_comp() function
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/
Dswap_noexcept.pass.cpp25 struct some_comp struct
29 some_comp() {} in some_comp() argument
30 some_comp(const some_comp&) {} in some_comp() argument
/external/libcxx/test/std/containers/unord/unord.set/unord.set.swap/
Dswap_noexcept.pass.cpp25 struct some_comp struct
29 some_comp() {} in some_comp() argument
30 some_comp(const some_comp&) {} in some_comp() argument
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/
Dswap_noexcept.pass.cpp25 struct some_comp struct
29 some_comp() {} in some_comp() argument
30 some_comp(const some_comp&) {} in some_comp() function
/external/libcxx/test/std/containers/associative/multimap/multimap.cons/
Ddtor_noexcept.pass.cpp23 struct some_comp struct
26 ~some_comp() noexcept(false); argument
Dmove_assign_noexcept.pass.cpp27 struct some_comp struct
30 some_comp& operator=(const some_comp&); argument
Ddefault_noexcept.pass.cpp27 struct some_comp struct
30 some_comp(); argument
Dmove_noexcept.pass.cpp25 struct some_comp struct
28 some_comp(const some_comp&); argument
/external/libcxx/test/std/containers/associative/set/set.cons/
Dmove_noexcept.pass.cpp25 struct some_comp struct
28 some_comp(const some_comp&); argument
Dmove_assign_noexcept.pass.cpp27 struct some_comp struct
30 some_comp& operator=(const some_comp&); argument
Ddefault_noexcept.pass.cpp27 struct some_comp struct
30 some_comp(); argument
Ddtor_noexcept.pass.cpp23 struct some_comp struct
26 ~some_comp() noexcept(false); argument
/external/libcxx/test/std/containers/associative/map/map.cons/
Ddefault_noexcept.pass.cpp27 struct some_comp struct
30 some_comp(); argument
Ddtor_noexcept.pass.cpp23 struct some_comp struct
26 ~some_comp() noexcept(false); argument
Dmove_assign_noexcept.pass.cpp27 struct some_comp struct
30 some_comp& operator=(const some_comp&); argument
Dmove_noexcept.pass.cpp25 struct some_comp struct
28 some_comp(const some_comp&); argument
/external/libcxx/test/std/containers/associative/multiset/multiset.cons/
Ddefault_noexcept.pass.cpp27 struct some_comp struct
30 some_comp(); argument
Dmove_assign_noexcept.pass.cpp27 struct some_comp struct
30 some_comp& operator=(const some_comp&); argument
Ddtor_noexcept.pass.cpp23 struct some_comp struct
26 ~some_comp() noexcept(false); argument
Dmove_noexcept.pass.cpp25 struct some_comp struct
28 some_comp(const some_comp&); argument
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/
Ddtor_noexcept.pass.cpp23 struct some_comp struct
26 ~some_comp() noexcept(false); argument

12