Searched refs:ThrowCompare (Results 1 - 3 of 3) sorted by relevance

/external/stlport/test/eh/
H A DThrowCompare.h2 ThrowCompare.h
4 Interface for the ThrowCompare class
24 struct ThrowCompare { struct
39 struct ThrowHash { // : private ThrowCompare
H A Dtest_map.cpp31 #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 Dtest_set.cpp30 #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