HomeSort by relevance Sort by last modified time
    Searched refs:TestSet (Results 1 - 3 of 3) sorted by null

  /external/stlport/test/eh/
test_hash_set.cpp 80 typedef EH_STD::__hash_set__<TestClass, ThrowHash, ThrowEqual, eh_allocator(TestClass) > TestSet;
83 container_category(const TestSet&)
91 TestSet testSet, testSet2;
95 while ( testSet.size() < hash_setSize )
97 TestSet::value_type x;
98 testSet.insert( x );
99 testSet2.insert( TestSet::value_type() );
103 WeakCheck( testSet, test_hash_resize<TestSet>() );
    [all...]
test_set.cpp 68 typedef EH_STD::__set__<TestClass, ThrowCompare, eh_allocator(TestClass) > TestSet;
71 container_category(const TestSet&) {
76 TestSet testSet, testSet2;
80 while ( testSet.size() < setSize ) {
81 TestSet::value_type x;
82 testSet.insert( x );
83 testSet2.insert( TestSet::value_type() );
85 StrongCheck( testSet, test_insert_value<TestSet>(testSet) )
    [all...]
  /external/v8/test/cctest/
test-hashmap.cc 93 void TestSet(IntKeyHash hash, int size) {
174 TestSet(Hash, 100);
175 TestSet(CollisionHash, 50);

Completed in 51 milliseconds