Searched defs:EH_STD (Results 1 - 3 of 3) sorted by relevance

/external/stlport/test/eh/
H A Dtest_map.cpp36 container_category(const EH_STD::__multimap__<K,V,Comp, A>&) argument
43 container_category(const EH_STD::__map__<K,V,Comp, A>&) argument
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 DPrefix.h86 # define EH_STD STLPORT macro
88 # define EH_STD __STD macro
98 #define EH_DISTANCE(a, b, result) EH_STD::distance(a, b, result)
114 #define stl_destroy EH_STD::destroy
146 return __n != 0 ? __REINTERPRET_CAST(value_type*,EH_STD::__new_alloc::allocate(__n * sizeof(value_type))) : 0;
151 if (__p != 0) EH_STD::__new_alloc::deallocate((void*)__p, __n * sizeof(value_type));
154 void deallocate(pointer __p) const { if (__p != 0) EH_STD::__new_alloc::deallocate((void*)__p, sizeof(value_type)); }
179 # define EH_BIT_VECTOR EH_STD::vector<bool, eh_allocator(bool) >
184 # define EH_BIT_VECTOR EH_STD::vector<bool, eh_allocator(bool) >
237 # define EH_BIT_VECTOR EH_STD
[all...]
H A Dnc_alloc.cpp60 throw EH_STD::bad_alloc();
86 typedef EH_STD::set<void*, EH_STD::less<void*> > allocation_set;
95 typedef EH_STD::hash_set<void*, ::hash_void, EH_STD::equal_to<void*> > allocation_set;
207 throw(EH_STD::bad_alloc)
212 void* _STLP_CALL operator new(size_t size, const EH_STD::nothrow_t&) throw() { argument
223 void* _STLP_CALL operator new[](size_t size ) throw(EH_STD::bad_alloc) {
228 void* _STLP_CALL operator new[](size_t size, const EH_STD::nothrow_t&) throw() { argument
288 EH_STD
[all...]

Completed in 596 milliseconds