Searched refs:__STD (Results 1 - 4 of 4) sorted by relevance

/external/stlport/test/unit/
H A Dmath_aux.h6 #undef __STD macro
8 # define __STD std:: macro
10 # define __STD macro
21 return (ref - val) <= __STD numeric_limits<_Tp>::epsilon();
24 return (val - ref) <= __STD numeric_limits<_Tp>::epsilon();
28 #undef __STD macro
H A Dstack_allocator.h11 #undef __STD macro
13 # define __STD std:: macro
15 # define __STD macro
53 : public __STD __stlport_class<StackAllocator<_Tp> >
100 throw __STD bad_alloc();
149 __STD swap(m_state, other.m_state);
204 #undef __STD macro
/external/stlport/test/eh/
H A DPrefix.h87 #elif defined(__STD)
88 # define EH_STD __STD
/external/stlport/stlport/stl/
H A Dconcept_checks.h499 typedef typename __STD::iterator_traits<_Iter>::value_type value_type;
504 typedef typename __STD::iterator_traits<_Iter>::difference_type
510 typedef typename __STD::iterator_traits<_Iter>::reference reference;
515 typedef typename __STD::iterator_traits<_Iter>::pointer pointer;
520 typedef typename __STD::iterator_traits<_Iter>::iterator_category

Completed in 179 milliseconds