HomeSort by relevance Sort by last modified time
    Searched full:not1 (Results 1 - 6 of 6) sorted by null

  /external/stlport/test/unit/
unary_test.cpp 55 int* p = find_if((int*)array, (int*)array + 3, not1(odd()));
67 int* p = find_if((int*)array, (int*)array + 3, not1(ptr_fun(test_func)));
  /external/stlport/stlport/stl/
_function.h 154 not1(const _Predicate& __pred) { function
_string.c 102 { return __find_first_of_aux2(__first1, __last1, __first2, __last2, __first2, not1(_Identity<bool>()), __useStrcspnLikeAlgo); }
  /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/webkit/WebKitTools/Scripts/webkitpy/style/processors/
cpp.py     [all...]

Completed in 208 milliseconds