Searched refs:some_comp (Results 1 - 25 of 80) sorted by relevance

1234

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/containers/associative/map/map.cons/
H A Dmove_assign_noexcept.pass.cpp30 struct some_comp struct
33 some_comp& operator=(const some_comp&);
55 typedef std::map<MoveOnly, MoveOnly, some_comp<MoveOnly>> C;
H A Dmove_noexcept.pass.cpp28 struct some_comp struct
31 some_comp(const some_comp&);
53 typedef std::map<MoveOnly, MoveOnly, some_comp<MoveOnly>> C;
H A Ddefault_noexcept.pass.cpp30 struct some_comp struct
33 some_comp();
55 typedef std::map<MoveOnly, MoveOnly, some_comp<MoveOnly>> C;
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multimap/multimap.cons/
H A Dmove_assign_noexcept.pass.cpp30 struct some_comp struct
33 some_comp& operator=(const some_comp&);
55 typedef std::multimap<MoveOnly, MoveOnly, some_comp<MoveOnly>> C;
H A Dmove_noexcept.pass.cpp28 struct some_comp struct
31 some_comp(const some_comp&);
53 typedef std::multimap<MoveOnly, MoveOnly, some_comp<MoveOnly>> C;
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multiset/multiset.cons/
H A Dmove_assign_noexcept.pass.cpp30 struct some_comp struct
33 some_comp& operator=(const some_comp&);
54 typedef std::multiset<MoveOnly, some_comp<MoveOnly>> C;
H A Dmove_noexcept.pass.cpp28 struct some_comp struct
31 some_comp(const some_comp&);
52 typedef std::multiset<MoveOnly, some_comp<MoveOnly>> C;
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/containers/associative/set/set.cons/
H A Dmove_assign_noexcept.pass.cpp30 struct some_comp struct
33 some_comp& operator=(const some_comp&);
54 typedef std::set<MoveOnly, some_comp<MoveOnly>> C;
H A Dmove_noexcept.pass.cpp28 struct some_comp struct
31 some_comp(const some_comp&);
52 typedef std::set<MoveOnly, some_comp<MoveOnly>> C;
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/map/map.cons/
H A Dmove_assign_noexcept.pass.cpp30 struct some_comp struct
33 some_comp& operator=(const some_comp&);
55 typedef std::map<MoveOnly, MoveOnly, some_comp<MoveOnly>> C;
H A Dmove_noexcept.pass.cpp28 struct some_comp struct
31 some_comp(const some_comp&);
53 typedef std::map<MoveOnly, MoveOnly, some_comp<MoveOnly>> C;
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multimap/multimap.cons/
H A Dmove_assign_noexcept.pass.cpp30 struct some_comp struct
33 some_comp& operator=(const some_comp&);
55 typedef std::multimap<MoveOnly, MoveOnly, some_comp<MoveOnly>> C;
H A Dmove_noexcept.pass.cpp28 struct some_comp struct
31 some_comp(const some_comp&);
53 typedef std::multimap<MoveOnly, MoveOnly, some_comp<MoveOnly>> C;
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multiset/multiset.cons/
H A Dmove_assign_noexcept.pass.cpp30 struct some_comp struct
33 some_comp& operator=(const some_comp&);
54 typedef std::multiset<MoveOnly, some_comp<MoveOnly>> C;
H A Dmove_noexcept.pass.cpp28 struct some_comp struct
31 some_comp(const some_comp&);
52 typedef std::multiset<MoveOnly, some_comp<MoveOnly>> C;
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/set/set.cons/
H A Dmove_assign_noexcept.pass.cpp30 struct some_comp struct
33 some_comp& operator=(const some_comp&);
54 typedef std::set<MoveOnly, some_comp<MoveOnly>> C;
H A Dmove_noexcept.pass.cpp28 struct some_comp struct
31 some_comp(const some_comp&);
52 typedef std::set<MoveOnly, some_comp<MoveOnly>> C;
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.map/unord.map.cnstr/
H A Ddefault_noexcept.pass.cpp31 struct some_comp struct
34 some_comp();
35 some_comp(const some_comp&);
73 some_comp<MoveOnly>> C;
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
H A Ddefault_noexcept.pass.cpp31 struct some_comp struct
34 some_comp();
35 some_comp(const some_comp&);
72 some_comp<MoveOnly>> C;
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/
H A Ddefault_noexcept.pass.cpp31 struct some_comp struct
34 some_comp();
35 some_comp(const some_comp&);
72 some_comp<MoveOnly>> C;
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.set/unord.set.cnstr/
H A Ddefault_noexcept.pass.cpp31 struct some_comp struct
34 some_comp();
35 some_comp(const some_comp&);
72 some_comp<MoveOnly>> C;
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.map/unord.map.cnstr/
H A Ddefault_noexcept.pass.cpp31 struct some_comp struct
34 some_comp();
35 some_comp(const some_comp&);
73 some_comp<MoveOnly>> C;
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
H A Ddefault_noexcept.pass.cpp31 struct some_comp struct
34 some_comp();
35 some_comp(const some_comp&);
72 some_comp<MoveOnly>> C;
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/
H A Ddefault_noexcept.pass.cpp31 struct some_comp struct
34 some_comp();
35 some_comp(const some_comp&);
72 some_comp<MoveOnly>> C;
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.set/unord.set.cnstr/
H A Ddefault_noexcept.pass.cpp31 struct some_comp struct
34 some_comp();
35 some_comp(const some_comp&);
72 some_comp<MoveOnly>> C;

Completed in 203 milliseconds

1234