Searched refs:rTestObj2 (Results 1 – 1 of 1) sorted by relevance
40 template< class T > void test( T& rTestObj1, T& rTestObj2, T& rTestObj3 ) in test() argument45 rTestObj2.is_unique() ); in test()50 rTestObj1 != rTestObj2 ); in test()52 rTestObj2 != rTestObj3 ); in test()56 rTestObj1 < rTestObj2 ); in test()58 rTestObj2 < rTestObj3 ); in test()60 rTestObj2 = rTestObj1; in test()63 rTestObj1 == rTestObj2 ); in test()69 rTestObj2.use_count() == 3 ); in test()73 rTestObj2.makeUnique(); in test()[all …]