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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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-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); }
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h 675 * @c binary_negate, respectively. These classes are functors whose
693 * argument. The not2/binary_negate combination works on predicates which
723 class binary_negate class in inherits:binary_function
732 binary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:binary_negate
742 inline binary_negate<_Predicate>
744 { return binary_negate<_Predicate>(__pred); }
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h 679 * @c binary_negate, respectively. These classes are functors whose
697 * argument. The not2/binary_negate combination works on predicates which
727 class binary_negate class in inherits:binary_function
736 binary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:binary_negate
746 inline binary_negate<_Predicate>
748 { return binary_negate<_Predicate>(__pred); }
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h 679 * @c binary_negate, respectively. These classes are functors whose
697 * argument. The not2/binary_negate combination works on predicates which
727 class binary_negate class in inherits:binary_function
736 binary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:binary_negate
746 inline binary_negate<_Predicate>
748 { return binary_negate<_Predicate>(__pred); }
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_function.h 159 class binary_negate class in inherits:binary_function
175 explicit binary_negate(const _Predicate& __x) : _M_pred(__x) {} function in class:binary_negate
182 inline binary_negate<_Predicate>
184 return binary_negate<_Predicate>(__pred);
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_function.h 159 class binary_negate class in inherits:binary_function
175 explicit binary_negate(const _Predicate& __x) : _M_pred(__x) {} function in class:binary_negate
182 inline binary_negate<_Predicate>
184 return binary_negate<_Predicate>(__pred);
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_function.h 159 class binary_negate class in inherits:binary_function
175 explicit binary_negate(const _Predicate& __x) : _M_pred(__x) {} function in class:binary_negate
182 inline binary_negate<_Predicate>
184 return binary_negate<_Predicate>(__pred);

Completed in 286 milliseconds