Home
last modified time | relevance | path

Searched defs:TestSet (Results 1 – 3 of 3) sorted by relevance

/external/stlport/test/eh/
Dtest_set.cpp68 typedef EH_STD::__set__<TestClass, ThrowCompare, eh_allocator(TestClass) > TestSet; typedef
71 container_category(const TestSet&) { in container_category()
Dtest_hash_set.cpp80 typedef EH_STD::__hash_set__<TestClass, ThrowHash, ThrowEqual, eh_allocator(TestClass) > TestSet; typedef
83 container_category(const TestSet&) in container_category()
/external/v8/test/cctest/
Dtest-hashmap.cc93 void TestSet(IntKeyHash hash, int size) { in TestSet() function