Searched refs:rTestObj1 (Results 1 – 1 of 1) sorted by relevance
40 template< class T > void test( T& rTestObj1, T& rTestObj2, T& rTestObj3 ) in test() argument43 rTestObj1.is_unique() ); in test()50 rTestObj1 != rTestObj2 ); in test()54 rTestObj1 != rTestObj3 ); in test()56 rTestObj1 < rTestObj2 ); in test()60 rTestObj2 = rTestObj1; in test()61 rTestObj3 = rTestObj1; in test()63 rTestObj1 == rTestObj2 ); in test()65 rTestObj1 == rTestObj3 ); in test()67 rTestObj1.use_count() == 3 ); in test()[all …]