Home
last modified time | relevance | path

Searched refs:PrivateConstructor (Results 1 – 25 of 42) sorted by relevance

12

/external/libcxx/test/support/
Dprivate_constructor.hpp15 struct PrivateConstructor { struct
17 PrivateConstructor static make ( int v ) { return PrivateConstructor(v); } in make() argument
20 PrivateConstructor ( int v ) : val(v) {} in PrivateConstructor() argument
24 bool operator < ( const PrivateConstructor &lhs, const PrivateConstructor &rhs ) { return lhs.get()… in operator <() argument
26 bool operator < ( const PrivateConstructor &lhs, int rhs ) { return lhs.get() < rhs; } in operator <()
27 bool operator < ( int lhs, const PrivateConstructor &rhs ) { return lhs < rhs.get(); } in operator <()
29 std::ostream & operator << ( std::ostream &os, const PrivateConstructor &foo ) { return os << foo.g… in operator <<()
/external/llvm-project/libcxx/test/support/
Dprivate_constructor.h12 struct PrivateConstructor { struct
14 PrivateConstructor static make ( int v ) { return PrivateConstructor(v); } in make() argument
17 PrivateConstructor ( int v ) : val(v) {} in PrivateConstructor() function
21 bool operator < ( const PrivateConstructor &lhs, const PrivateConstructor &rhs ) { return lhs.get()… argument
23 bool operator < ( const PrivateConstructor &lhs, int rhs ) { return lhs.get() < rhs; }
24 bool operator < ( int lhs, const PrivateConstructor &rhs ) { return lhs < rhs.get(); }
/external/llvm-project/libcxx/test/std/containers/associative/multiset/
Dcount.pass.cpp129 typedef PrivateConstructor V; in main()
Dlower_bound.pass.cpp192 typedef PrivateConstructor V; in main()
Dupper_bound.pass.cpp191 typedef PrivateConstructor V; in main()
Dfind.pass.cpp206 typedef PrivateConstructor V; in main()
/external/libcxx/test/std/containers/associative/multiset/
Dcount.pass.cpp130 typedef PrivateConstructor V; in main()
Dupper_bound.pass.cpp192 typedef PrivateConstructor V; in main()
Dlower_bound.pass.cpp193 typedef PrivateConstructor V; in main()
Dfind.pass.cpp207 typedef PrivateConstructor V; in main()
/external/libcxx/test/std/containers/associative/set/
Dcount.pass.cpp134 typedef PrivateConstructor V; in main()
Dfind.pass.cpp207 typedef PrivateConstructor V; in main()
/external/llvm-project/libcxx/test/std/containers/associative/set/
Dcount.pass.cpp133 typedef PrivateConstructor V; in main()
Dfind.pass.cpp206 typedef PrivateConstructor V; in main()
/external/llvm-project/libcxx/test/std/containers/associative/map/map.ops/
Dcount.pass.cpp159 typedef PrivateConstructor PC; in main()
/external/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.ops/
Dcount.pass.cpp144 typedef PrivateConstructor PC; in main()
Dfind.pass.cpp193 typedef PrivateConstructor PC; in main()
Dlower_bound.pass.cpp204 typedef PrivateConstructor PC; in main()
Dupper_bound.pass.cpp203 typedef PrivateConstructor PC; in main()
/external/libcxx/test/std/containers/associative/multimap/multimap.ops/
Dcount.pass.cpp145 typedef PrivateConstructor PC; in main()
Dfind.pass.cpp194 typedef PrivateConstructor PC; in main()
Dupper_bound.pass.cpp204 typedef PrivateConstructor PC; in main()
Dlower_bound.pass.cpp205 typedef PrivateConstructor PC; in main()
/external/libcxx/test/std/containers/associative/map/map.ops/
Dcount.pass.cpp160 typedef PrivateConstructor PC; in main()
Dfind.pass.cpp227 typedef PrivateConstructor PC; in main()

12