Searched refs:ThrowCompare (Results 1 - 3 of 3) sorted by relevance
/external/stlport/test/eh/ |
H A D | ThrowCompare.h | 2 ThrowCompare.h 4 Interface for the ThrowCompare class 24 struct ThrowCompare { struct 39 struct ThrowHash { // : private ThrowCompare
|
H A D | test_map.cpp | 31 #include "ThrowCompare.h" 48 typedef EH_STD::__multimap__<TestClass, TestClass, ThrowCompare, eh_allocator(TestClass) > TestMultiMap; 86 typedef EH_STD::__map__<TestClass, TestClass, ThrowCompare, eh_allocator(TestClass) > TestMap;
|
H A D | test_set.cpp | 30 #include "ThrowCompare.h" 34 typedef EH_STD::__multiset__<TestClass, ThrowCompare, eh_allocator(TestClass) > TestMultiSet; 68 typedef EH_STD::__set__<TestClass, ThrowCompare, eh_allocator(TestClass) > TestSet;
|
Completed in 124 milliseconds