Searched refs:TestMultiSet (Results 1 – 2 of 2) sorted by relevance
/external/stlport/test/eh/ |
D | test_hash_set.cpp | 33 eh_allocator(TestClass) > TestMultiSet; typedef 36 container_category(const TestMultiSet&) in container_category() argument 44 TestMultiSet testMultiSet, testMultiSet2; in test_hash_multiset() 50 TestMultiSet::value_type x; in test_hash_multiset() 52 testMultiSet2.insert( TestMultiSet::value_type() ); in test_hash_multiset() 56 WeakCheck( testMultiSet, test_hash_resize<TestMultiSet>() ); in test_hash_multiset() 60 WeakCheck( testMultiSet, test_insert_value<TestMultiSet>(testMultiSet) ); in test_hash_multiset() 63 TestMultiSet::value_type *insFirst = new TestMultiSet::value_type[1+insCnt]; in test_hash_multiset() 65 ConstCheck( 0, test_construct_pointer_range<TestMultiSet>(insFirst, insFirst+insCnt) ); in test_hash_multiset() 70 ConstCheck( 0, test_default_construct<TestMultiSet>() ); in test_hash_multiset() [all …]
|
D | test_set.cpp | 34 typedef EH_STD::__multiset__<TestClass, ThrowCompare, eh_allocator(TestClass) > TestMultiSet; typedef 37 container_category(const TestMultiSet&) { in container_category() argument 42 TestMultiSet testMultiSet, testMultiSet2; in test_multiset() 47 TestMultiSet::value_type x; in test_multiset() 49 testMultiSet2.insert( TestMultiSet::value_type() ); in test_multiset() 52 StrongCheck( testMultiSet, test_insert_value<TestMultiSet>(testMultiSet) ); in test_multiset() 55 TestMultiSet::value_type *insFirst = new TestMultiSet::value_type[1+insCnt]; in test_multiset() 57 ConstCheck( 0, test_construct_pointer_range<TestMultiSet>(insFirst, insFirst+insCnt) ); in test_multiset() 61 ConstCheck( 0, test_default_construct<TestMultiSet>() ); in test_multiset() 62 ConstCheck( 0, test_construct_iter_range<TestMultiSet>( testMultiSet2 ) ); in test_multiset() [all …]
|