Home
last modified time | relevance | path

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

/external/libcxx/test/std/containers/associative/set/
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 <()
/external/libcxx/test/std/containers/associative/multiset/
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 <()
/external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
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 <()
/external/libcxx/test/std/containers/associative/map/map.modifiers/
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 <()
/external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
Derase_const_iter.pass.cpp25 struct TemplateConstructor struct
28 TemplateConstructor (const T&) {} in TemplateConstructor() function
31 bool operator==(const TemplateConstructor&, const TemplateConstructor&) { return false; } in operator ==()
/external/llvm-project/libcxx/test/std/containers/associative/map/map.modifiers/
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 <()
/external/llvm-project/libcxx/test/std/containers/associative/multiset/
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 <()
/external/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
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 <()
/external/llvm-project/libcxx/test/std/containers/associative/set/
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 <()
/external/llvm-project/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
Derase_const_iter.pass.cpp24 struct TemplateConstructor struct
27 TemplateConstructor (const T&) {} in TemplateConstructor() argument
30 bool operator==(const TemplateConstructor&, const TemplateConstructor&) { return false; } in operator ==()
/external/libcxx/test/std/containers/unord/unord.set/
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 ==()
/external/libcxx/test/std/containers/unord/unord.multiset/
Derase_const_iter.pass.cpp23 struct TemplateConstructor struct
26 TemplateConstructor (const T&) {} in TemplateConstructor() argument
29 bool operator==(const TemplateConstructor&, const TemplateConstructor&) { return false; } in operator ==()
/external/llvm-project/libcxx/test/std/containers/unord/unord.multiset/
Derase_const_iter.pass.cpp23 struct TemplateConstructor struct
26 TemplateConstructor (const T&) {} in TemplateConstructor() argument
29 bool operator==(const TemplateConstructor&, const TemplateConstructor&) { return false; } in operator ==()
/external/llvm-project/libcxx/test/std/containers/unord/unord.set/
Derase_const_iter.pass.cpp23 struct TemplateConstructor struct
26 TemplateConstructor (const T&) {} in TemplateConstructor() argument
29 bool operator==(const TemplateConstructor&, const TemplateConstructor&) { return false; } in operator ==()
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
Derase_const_iter.pass.cpp25 struct TemplateConstructor struct
28 TemplateConstructor (const T&) {} in TemplateConstructor() function
31 bool operator==(const TemplateConstructor&, const TemplateConstructor&) { return false; } in operator ==()
/external/llvm-project/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
Derase_const_iter.pass.cpp27 struct TemplateConstructor struct
30 TemplateConstructor (const T&) {} in TemplateConstructor() function
33 bool operator==(const TemplateConstructor&, const TemplateConstructor&) { return false; } in operator ==()
/external/libchrome/base/containers/
Dflat_tree_unittest.cc122 struct TemplateConstructor { struct
124 TemplateConstructor(const T&) {} in TemplateConstructor() argument
126 friend bool operator<(const TemplateConstructor&, in operator <()