HomeSort by relevance Sort by last modified time
    Searched refs:binary_negate (Results 1 - 5 of 5) sorted by null

  /external/libcxx/test/std/utilities/function.objects/negators/
binary_negate.pass.cpp 12 // binary_negate
20 typedef std::binary_negate<std::logical_and<int> > F;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/negators/
binary_negate.pass.cpp 12 // binary_negate
20 typedef std::binary_negate<std::logical_and<int> > F;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_function.h 326 * @c binary_negate, respectively. These classes are functors whose
344 * argument. The not2/binary_negate combination works on predicates which
374 class binary_negate class in inherits:binary_function
383 binary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:binary_negate
393 inline binary_negate<_Predicate>
395 { return binary_negate<_Predicate>(__pred); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_function.h 326 * @c binary_negate, respectively. These classes are functors whose
344 * argument. The not2/binary_negate combination works on predicates which
374 class binary_negate class in inherits:binary_function
383 binary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:binary_negate
393 inline binary_negate<_Predicate>
395 { return binary_negate<_Predicate>(__pred); }
  /external/eigen/Eigen/src/Core/functors/
StlFunctors.h 91 struct functor_traits<std::binary_negate<T> >

Completed in 117 milliseconds