Searched refs:rTestObj3 (Results 1 – 1 of 1) sorted by relevance
40 template< class T > void test( T& rTestObj1, T& rTestObj2, T& rTestObj3 ) in test() argument47 rTestObj3.is_unique() ); in test()52 rTestObj2 != rTestObj3 ); in test()54 rTestObj1 != rTestObj3 ); in test()58 rTestObj2 < rTestObj3 ); in test()61 rTestObj3 = rTestObj1; in test()65 rTestObj1 == rTestObj3 ); in test()71 rTestObj3.use_count() == 3 ); in test()77 rTestObj1 == rTestObj3 ); in test()85 rTestObj3.use_count() == 2 ); in test()[all …]