Home
last modified time | relevance | path

Searched defs:PrivateConstructor (Results 1 – 2 of 2) sorted by relevance

/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
/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() function
24 bool operator < ( const PrivateConstructor &lhs, const PrivateConstructor &rhs ) { return lhs.get()… in operator <() argument