Lines Matching refs:TestMap
85 ThrowEqual, eh_allocator(TestClass) > TestMap; typedef
88 container_category(const TestMap&) in container_category() argument
96 TestMap testMap, testMap2; in test_hash_map()
101 TestMap::value_type x; in test_hash_map()
103 testMap2.insert( TestMap::value_type() ); in test_hash_map()
107 WeakCheck( testMap, test_hash_resize<TestMap>() ); in test_hash_map()
111 WeakCheck( testMap, test_insert_value<TestMap>(testMap) ); in test_hash_map()
114 TestMap::value_type *insFirst = new TestMap::value_type[1+insCnt]; in test_hash_map()
116 ConstCheck( 0, test_construct_pointer_range<TestMap>(insFirst, insFirst+insCnt) ); in test_hash_map()
121 ConstCheck( 0, test_default_construct<TestMap>() ); in test_hash_map()
123 ConstCheck( 0, test_construct_iter_range_n<TestMap>( testMap2 ) ); in test_hash_map()
125 ConstCheck( testMap, test_copy_construct<TestMap>() ); in test_hash_map()
127 WeakCheck( testMap, test_assign_op<TestMap>( testMap2 ) ); in test_hash_map()