Searched refs:_STLportTraits (Results 1 – 1 of 1) sorted by relevance
/external/stlport/stlport/stl/ |
D | _string.c | 90 typedef typename _IsSTLportClass<_Traits>::_Ret _STLportTraits; in __str_find_first_of() typedef 93 typedef typename __bool2type<_Is>::_Ret _STLportTraits; in __str_find_first_of() 95 return __str_find_first_of_aux(__first1, __last1, __first2, __last2, __traits, _STLportTraits()); in __str_find_first_of() 138 typedef typename _IsSTLportClass<_Traits>::_Ret _STLportTraits; in __str_find_first_not_of() typedef 141 typedef typename __bool2type<_Is>::_Ret _STLportTraits; in __str_find_first_not_of() 143 …urn __str_find_first_not_of_aux1(__first1, __last1, __first2, __last2, __traits, _STLportTraits()); in __str_find_first_not_of()
|