Searched refs:testMap2 (Results 1 – 2 of 2) sorted by relevance
/external/stlport/test/eh/ |
D | test_hash_map.cpp | 96 TestMap testMap, testMap2; in test_hash_map() local 103 testMap2.insert( TestMap::value_type() ); in test_hash_map() 119 WeakCheck( testMap, insert_range_tester(testMap, testMap2.begin(), testMap2.end() ) ); in test_hash_map() 123 ConstCheck( 0, test_construct_iter_range_n<TestMap>( testMap2 ) ); in test_hash_map() 127 WeakCheck( testMap, test_assign_op<TestMap>( testMap2 ) ); in test_hash_map()
|
D | test_map.cpp | 100 TestMap testMap, testMap2; in test_map() local 108 testMap2.insert( TestMap::value_type() ); in test_map() 121 WeakCheck( testMap, insert_range_tester(testMap, testMap2.begin(), testMap2.end() ) ); in test_map() 123 ConstCheck( 0, test_construct_iter_range<TestMap>( testMap2 ) ); in test_map() 125 WeakCheck( testMap, test_assign_op<TestMap>( testMap2 ) ); in test_map()
|