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

  /external/stlport/test/eh/
ThrowCompare.h 2 ThrowCompare.h
4 Interface for the ThrowCompare class
24 struct ThrowCompare {
39 struct ThrowHash { // : private ThrowCompare
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;
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 197 milliseconds