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

  /external/stlport/test/eh/
test_hash_map.cpp 38 eh_allocator(TestClass) > TestMultiMap;
85 ThrowEqual, eh_allocator(TestClass) > TestMap;
test_hash_set.cpp 33 eh_allocator(TestClass) > TestMultiSet;
80 typedef EH_STD::__hash_set__<TestClass, ThrowHash, ThrowEqual, eh_allocator(TestClass) > TestSet;
test_map.cpp 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 34 typedef EH_STD::__multiset__<TestClass, ThrowCompare, eh_allocator(TestClass) > TestMultiSet;
68 typedef EH_STD::__set__<TestClass, ThrowCompare, eh_allocator(TestClass) > TestSet;
test_slist.cpp 32 typedef EH_STD::slist<TestClass, eh_allocator(TestClass) > TestSList;
34 typedef EH_STD::__slist__<TestClass, eh_allocator(TestClass) > TestSList;
test_vector.cpp 31 typedef EH_STD::vector<TestClass, eh_allocator(TestClass) > TestVector;
33 typedef EH_STD::__vector__<TestClass, eh_allocator(TestClass) > TestVector;
test_rope.cpp 41 typedef STLPORT::rope<char, eh_allocator(char) > TestRope;
test_string.cpp 30 typedef EH_STD::basic_string<char, EH_STD::char_traits<char>, eh_allocator(char) > TestString;
test_valarray.cpp 30 typedef __valarray__<TestClass, eh_allocator(TestClass) > TestValarray;
Prefix.h 118 class /*_STLP_CLASS_DECLSPEC*/ EH_allocator;
121 class /*_STLP_CLASS_DECLSPEC*/ EH_allocator {
133 typedef EH_allocator<_Tp1> other;
136 EH_allocator() _STLP_NOTHROW {}
138 template <class _Tp1> EH_allocator(const EH_allocator<_Tp1>&) _STLP_NOTHROW {}
140 EH_allocator(const EH_allocator<_Tp>&) _STLP_NOTHROW {}
141 ~EH_allocator() _STLP_NOTHROW {}
160 template <class _T1> inline bool _STLP_CALL operator==(const EH_allocator<_T1>&, const EH_allocator<_T1>&) { return true;
174 # define eh_allocator macro
    [all...]
test_deque.cpp 39 typedef EH_STD::deque<DQTestClass, eh_allocator(DQTestClass) > TestDeque;
test_list.cpp 31 typedef EH_STD::__list__<TestClass, eh_allocator(TestClass) > TestList;

Completed in 4398 milliseconds