HomeSort by relevance Sort by last modified time
    Searched refs:not1 (Results 26 - 38 of 38) sorted by null

12

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_function.h 326 * The functions @c not1 and @c not2 each take a predicate functor
340 * std::find_if (v.begin(), v.end(), not1(IntGreaterThanThree()));
345 * The not1/unary_negate combination works on predicates taking a single
371 not1(const _Predicate& __pred) function
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_function.h 324 * The functions @c not1 and @c not2 each take a predicate functor
338 * std::find_if (v.begin(), v.end(), not1(IntGreaterThanThree()));
343 * The not1/unary_negate combination works on predicates taking a single
369 not1(const _Predicate& __pred) function
  /external/stlport/src/
ctype.cpp 421 return find_if(low, high, not1(_Ctype_w_is_mask(m, ctype<char>::classic_table())));
facets_byname.cpp 156 { return find_if(low, high, not1(_STLP_PRIV _Ctype_byname_w_is_mask(m, _M_ctype))); }
    [all...]
  /external/stlport/stlport/stl/
_string.c 102 { return __find_first_of_aux2(__first1, __last1, __first2, __last2, __first2, not1(_Identity<bool>()), __useStrcspnLikeAlgo); }
  /ndk/sources/cxx-stl/stlport/src/
ctype.cpp 421 return find_if(low, high, not1(_Ctype_w_is_mask(m, ctype<char>::classic_table())));
facets_byname.cpp 156 { return find_if(low, high, not1(_STLP_PRIV _Ctype_byname_w_is_mask(m, _M_ctype))); }
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string.c 102 { return __find_first_of_aux2(__first1, __last1, __first2, __last2, __first2, not1(_Identity<bool>()), __useStrcspnLikeAlgo); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string.c 102 { return __find_first_of_aux2(__first1, __last1, __first2, __last2, __first2, not1(_Identity<bool>()), __useStrcspnLikeAlgo); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string.c 102 { return __find_first_of_aux2(__first1, __last1, __first2, __last2, __first2, not1(_Identity<bool>()), __useStrcspnLikeAlgo); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string.c 102 { return __find_first_of_aux2(__first1, __last1, __first2, __last2, __first2, not1(_Identity<bool>()), __useStrcspnLikeAlgo); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string.c 102 { return __find_first_of_aux2(__first1, __last1, __first2, __last2, __first2, not1(_Identity<bool>()), __useStrcspnLikeAlgo); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string.c 102 { return __find_first_of_aux2(__first1, __last1, __first2, __last2, __first2, not1(_Identity<bool>()), __useStrcspnLikeAlgo); }

Completed in 1125 milliseconds

12