Home
last modified time | relevance | path

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

/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