HomeSort by relevance Sort by last modified time
    Searched full:unary_negate (Results 1 - 25 of 27) sorted by null

1 2

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/negators/
unary_negate.pass.cpp 12 // unary_negate
20 typedef std::unary_negate<std::logical_not<int> > F;
  /external/stlport/test/unit/
unary_test.cpp 47 //unary_negate<odd>::argument_type arg_val = 0;
48 int* p = find_if((int*)array, (int*)array + 3, unary_negate<odd>(odd()));
  /ndk/tests/device/test-gnustl-full/unit/
unary_test.cpp 47 //unary_negate<odd>::argument_type arg_val = 0;
48 int* p = find_if((int*)array, (int*)array + 3, unary_negate<odd>(odd()));
  /ndk/tests/device/test-stlport/unit/
unary_test.cpp 47 //unary_negate<odd>::argument_type arg_val = 0;
48 int* p = find_if((int*)array, (int*)array + 3, unary_negate<odd>(odd()));
  /external/stlport/stlport/stl/
_function.h 136 class unary_negate class in inherits:unary_function
146 explicit unary_negate(const _Predicate& __x) : _M_pred(__x) {} function in class:unary_negate
153 inline unary_negate<_Predicate>
155 return unary_negate<_Predicate>(__pred);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function.h 136 class unary_negate class in inherits:unary_function
146 explicit unary_negate(const _Predicate& __x) : _M_pred(__x) {} function in class:unary_negate
153 inline unary_negate<_Predicate>
155 return unary_negate<_Predicate>(__pred);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_function.h 136 class unary_negate class in inherits:unary_function
146 explicit unary_negate(const _Predicate& __x) : _M_pred(__x) {} function in class:unary_negate
153 inline unary_negate<_Predicate>
155 return unary_negate<_Predicate>(__pred);