Lines Matching refs:TestSet
80 typedef EH_STD::__hash_set__<TestClass, ThrowHash, ThrowEqual, eh_allocator(TestClass) > TestSet; typedef
83 container_category(const TestSet&) in container_category() argument
91 TestSet testSet, testSet2; in test_hash_set()
97 TestSet::value_type x; in test_hash_set()
99 testSet2.insert( TestSet::value_type() ); in test_hash_set()
103 WeakCheck( testSet, test_hash_resize<TestSet>() ); in test_hash_set()
107 WeakCheck( testSet, test_insert_value<TestSet>(testSet) ); in test_hash_set()
110 TestSet::value_type *insFirst = new TestSet::value_type[1+insCnt]; in test_hash_set()
112 ConstCheck( 0, test_construct_pointer_range<TestSet>(insFirst, insFirst+insCnt) ); in test_hash_set()
117 ConstCheck( 0, test_default_construct<TestSet>() ); in test_hash_set()
119 ConstCheck( 0, test_construct_iter_range_n<TestSet>( testSet2 ) ); in test_hash_set()
121 ConstCheck( testSet, test_copy_construct<TestSet>() ); in test_hash_set()
123 WeakCheck( testSet, test_assign_op<TestSet>( testSet2 ) ); in test_hash_set()