Searched refs:PrivateConstructor (Results 1 – 25 of 42) sorted by relevance
12
15 struct PrivateConstructor { struct17 PrivateConstructor static make ( int v ) { return PrivateConstructor(v); } in make() argument20 PrivateConstructor ( int v ) : val(v) {} in PrivateConstructor() argument24 bool operator < ( const PrivateConstructor &lhs, const PrivateConstructor &rhs ) { return lhs.get()… in operator <() argument26 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 <<()
12 struct PrivateConstructor { struct14 PrivateConstructor static make ( int v ) { return PrivateConstructor(v); } in make() argument17 PrivateConstructor ( int v ) : val(v) {} in PrivateConstructor() function21 bool operator < ( const PrivateConstructor &lhs, const PrivateConstructor &rhs ) { return lhs.get()… argument23 bool operator < ( const PrivateConstructor &lhs, int rhs ) { return lhs.get() < rhs; }24 bool operator < ( int lhs, const PrivateConstructor &rhs ) { return lhs < rhs.get(); }
129 typedef PrivateConstructor V; in main()
192 typedef PrivateConstructor V; in main()
191 typedef PrivateConstructor V; in main()
206 typedef PrivateConstructor V; in main()
130 typedef PrivateConstructor V; in main()
193 typedef PrivateConstructor V; in main()
207 typedef PrivateConstructor V; in main()
134 typedef PrivateConstructor V; in main()
133 typedef PrivateConstructor V; in main()
159 typedef PrivateConstructor PC; in main()
144 typedef PrivateConstructor PC; in main()
193 typedef PrivateConstructor PC; in main()
204 typedef PrivateConstructor PC; in main()
203 typedef PrivateConstructor PC; in main()
145 typedef PrivateConstructor PC; in main()
194 typedef PrivateConstructor PC; in main()
205 typedef PrivateConstructor PC; in main()
160 typedef PrivateConstructor PC; in main()
227 typedef PrivateConstructor PC; in main()