Searched refs:__STD (Results 1 – 5 of 5) sorted by relevance
6 #undef __STD8 # define __STD std:: macro10 # define __STD macro21 return (ref - val) <= __STD numeric_limits<_Tp>::epsilon(); in are_equals()24 return (val - ref) <= __STD numeric_limits<_Tp>::epsilon(); in are_equals()28 #undef __STD
11 #undef __STD13 # define __STD std:: macro15 # define __STD macro53 : public __STD __stlport_class<StackAllocator<_Tp> >100 throw __STD bad_alloc();149 __STD swap(m_state, other.m_state); in swap()204 #undef __STD
499 typedef typename __STD::iterator_traits<_Iter>::value_type value_type;504 typedef typename __STD::iterator_traits<_Iter>::difference_type510 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