Searched refs:__find_if (Results 1 – 1 of 1) sorted by relevance
159 _STLP_INLINE_LOOP _RandomAccessIter __find_if(_RandomAccessIter __first, _RandomAccessIter __last, in __find_if() function203 _STLP_INLINE_LOOP _InputIter __find_if(_InputIter __first, _InputIter __last, in __find_if() function217 …return _STLP_PRIV __find_if(__first, __last, __pred, _STLP_ITERATOR_CATEGORY(__first, _InputIter)); in find_if()