Searched refs:__find (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _algobase.c | 112 _STLP_INLINE_LOOP _RandomAccessIter __find(_RandomAccessIter __first, _RandomAccessIter __last, in __find() function 148 __find(char* __first, char* __last, char __val, const random_access_iterator_tag &) { in __find() function 153 __find(const char* __first, const char* __last, char __val, const random_access_iterator_tag &) { in __find() function 195 _STLP_INLINE_LOOP _InputIter __find(_InputIter __first, _InputIter __last, in __find() function 223 return _STLP_PRIV __find(__first, __last, __val, _STLP_ITERATOR_CATEGORY(__first, _InputIter)); in find()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | string | 993 // __find 996 __find(const _CharT *__p, _SizeT __sz, 1009 __find(const _CharT *__p, _SizeT __sz, 1017 // return _VSTD::__find<_CharT, _SizeT, _Traits, __npos>(__p, __sz, *__s, __pos); 3430 return _VSTD::__find<value_type, size_type, traits_type, npos> 3440 return _VSTD::__find<value_type, size_type, traits_type, npos> 3451 return _VSTD::__find<value_type, size_type, traits_type, npos> 3460 return _VSTD::__find<value_type, size_type, traits_type, npos>
|