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

1 2

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_function.h 320 * and return an instance of @c unary_negate or
338 * The not1/unary_negate combination works on predicates taking a single
346 class unary_negate class in inherits:unary_function
354 unary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:unary_negate
363 inline unary_negate<_Predicate>
365 { return unary_negate<_Predicate>(__pred); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_function.h 326 * and return an instance of @c unary_negate or
344 * The not1/unary_negate combination works on predicates taking a single
352 class unary_negate class in inherits:unary_function
360 unary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:unary_negate
369 inline unary_negate<_Predicate>
371 { return unary_negate<_Predicate>(__pred); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_function.h 326 * and return an instance of @c unary_negate or
344 * The not1/unary_negate combination works on predicates taking a single
352 class unary_negate class in inherits:unary_function
360 unary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:unary_negate
369 inline unary_negate<_Predicate>
371 { return unary_negate<_Predicate>(__pred); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 320 * and return an instance of @c unary_negate or
338 * The not1/unary_negate combination works on predicates taking a single
346 class unary_negate class in inherits:unary_function
354 unary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:unary_negate
363 inline unary_negate<_Predicate>
365 { 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);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 320 * and return an instance of @c unary_negate or
338 * The not1/unary_negate combination works on predicates taking a single
346 class unary_negate class in inherits:unary_function
354 unary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:unary_negate
363 inline unary_negate<_Predicate>
365 { return unary_negate<_Predicate>(__pred); }
  /prebuilts/ndk/6/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/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 320 * and return an instance of @c unary_negate or
338 * The not1/unary_negate combination works on predicates taking a single
346 class unary_negate class in inherits:unary_function
354 unary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:unary_negate
363 inline unary_negate<_Predicate>
365 { return unary_negate<_Predicate>(__pred); }
  /prebuilts/ndk/7/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_function.h 320 * and return an instance of @c unary_negate or
338 * The not1/unary_negate combination works on predicates taking a single
346 class unary_negate class in inherits:unary_function
354 unary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:unary_negate
363 inline unary_negate<_Predicate>
365 { return unary_negate<_Predicate>(__pred); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_function.h 326 * and return an instance of @c unary_negate or
344 * The not1/unary_negate combination works on predicates taking a single
352 class unary_negate class in inherits:unary_function
360 unary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:unary_negate
369 inline unary_negate<_Predicate>
371 { return unary_negate<_Predicate>(__pred); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_function.h 327 * and return an instance of @c unary_negate or
345 * The not1/unary_negate combination works on predicates taking a single
353 class unary_negate class in inherits:unary_function
361 unary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:unary_negate
370 inline unary_negate<_Predicate>
372 { return unary_negate<_Predicate>(__pred); }
  /prebuilts/ndk/8/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/9/sources/cxx-stl/EH/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/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_function.h 326 * and return an instance of @c unary_negate or
344 * The not1/unary_negate combination works on predicates taking a single
352 class unary_negate class in inherits:unary_function
360 unary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:unary_negate
369 inline unary_negate<_Predicate>
371 { return unary_negate<_Predicate>(__pred); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_function.h 327 * and return an instance of @c unary_negate or
345 * The not1/unary_negate combination works on predicates taking a single
353 class unary_negate class in inherits:unary_function
361 unary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:unary_negate
370 inline unary_negate<_Predicate>
372 { return unary_negate<_Predicate>(__pred); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_function.h 325 * and return an instance of @c unary_negate or
343 * The not1/unary_negate combination works on predicates taking a single
351 class unary_negate class in inherits:unary_function
359 unary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:unary_negate
368 inline unary_negate<_Predicate>
370 { return unary_negate<_Predicate>(__pred); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
base.h 177 class unary_negate class in namespace:__gnu_parallel
185 unary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:__gnu_parallel::unary_negate
partition.h 385 __gnu_parallel::unary_negate<__gnu_parallel::

Completed in 448 milliseconds

1 2