Lines Matching refs:TestMap
86 typedef EH_STD::__map__<TestClass, TestClass, ThrowCompare, eh_allocator(TestClass) > TestMap; typedef
88 void CheckInvariant( const TestMap& m );
90 void CheckInvariant( const TestMap& m ) in CheckInvariant()
100 TestMap testMap, testMap2; in test_map()
106 TestMap::value_type x; in test_map()
108 testMap2.insert( TestMap::value_type() ); in test_map()
111 StrongCheck( testMap, test_insert_value<TestMap>(testMap) ); in test_map()
114 TestMap::value_type *insFirst = new TestMap::value_type[1+insCnt]; in test_map()
118 ConstCheck( 0, test_construct_pointer_range<TestMap>(insFirst, insFirst+insCnt) ); in test_map()
122 ConstCheck( 0, test_default_construct<TestMap>() ); in test_map()
123 ConstCheck( 0, test_construct_iter_range<TestMap>( testMap2 ) ); in test_map()
124 ConstCheck( testMap, test_copy_construct<TestMap>() ); in test_map()
125 WeakCheck( testMap, test_assign_op<TestMap>( testMap2 ) ); in test_map()