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

/external/stlport/stlport/stl/
H A D_iterator_base.h96 # define _STLP_ITERATOR_CATEGORY(_It, _Tp) _STLP_STD::__iterator_category(_It, _STLP_STD::_IsPtrType<_Tp>::_Ret())
211 __iterator_category(const _Tp*, const __true_type&) function in struct:iterator_traits
216 __iterator_category(const _Iter&, const __false_type&) { function in struct:iterator_traits

Completed in 56 milliseconds