Home
last modified time | relevance | path

Searched defs:TemplateConstructor (Results 1 – 8 of 8) sorted by relevance

/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
H A Derase_iter.pass.cpp21 struct TemplateConstructor struct
24 TemplateConstructor (const T&) {} in TemplateConstructor() argument
27 bool operator<(const TemplateConstructor&, const TemplateConstructor&) { return false; } in operator <()
/llvm-project/libcxx/test/std/containers/associative/map/map.modifiers/
H A Derase_iter.pass.cpp21 struct TemplateConstructor struct
24 TemplateConstructor (const T&) {} in TemplateConstructor() argument
27 bool operator<(const TemplateConstructor&, const TemplateConstructor&) { return false; } in operator <()
/llvm-project/libcxx/test/std/containers/associative/set/
H A Derase_iter.pass.cpp21 struct TemplateConstructor struct
24 TemplateConstructor (const T&) {} in TemplateConstructor() function
27 bool operator<(const TemplateConstructor&, const TemplateConstructor&) { return false; } in operator <()
/llvm-project/libcxx/test/std/containers/associative/multiset/
H A Derase_iter.pass.cpp21 struct TemplateConstructor struct
24 TemplateConstructor (const T&) {} in TemplateConstructor() argument
27 bool operator<(const TemplateConstructor&, const TemplateConstructor&) { return false; } in operator <()
/llvm-project/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
H A Derase_const_iter.pass.cpp24 struct TemplateConstructor struct
27 TemplateConstructor (const T&) {} in TemplateConstructor() function
30 bool operator==(const TemplateConstructor&, const TemplateConstructor&) { return false; } in operator ==()
/llvm-project/libcxx/test/std/containers/unord/unord.set/
H A Derase_const_iter.pass.cpp23 struct TemplateConstructor struct
26 TemplateConstructor (const T&) {} in TemplateConstructor() function
29 bool operator==(const TemplateConstructor&, const TemplateConstructor&) { return false; } in operator ==()
/llvm-project/libcxx/test/std/containers/unord/unord.multiset/
H A Derase_const_iter.pass.cpp23 struct TemplateConstructor struct
26 TemplateConstructor (const T&) {} in TemplateConstructor() function
29 bool operator==(const TemplateConstructor&, const TemplateConstructor&) { return false; } in operator ==()
/llvm-project/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
H A Derase_const_iter.pass.cpp27 struct TemplateConstructor struct
30 TemplateConstructor (const T&) {} in TemplateConstructor() argument
33 bool operator==(const TemplateConstructor&, const TemplateConstructor&) { return false; } in operator ==()