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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_function.h 321 * @c binary_negate, respectively. These classes are functors whose
339 * argument. The not2/binary_negate combination works on predicates which
369 class binary_negate class in inherits:binary_function
378 binary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:binary_negate
388 inline binary_negate<_Predicate>
390 { return binary_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 327 * @c binary_negate, respectively. These classes are functors whose
345 * argument. The not2/binary_negate combination works on predicates which
375 class binary_negate class in inherits:binary_function
384 binary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:binary_negate
394 inline binary_negate<_Predicate>
396 { return binary_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 327 * @c binary_negate, respectively. These classes are functors whose
345 * argument. The not2/binary_negate combination works on predicates which
375 class binary_negate class in inherits:binary_function
384 binary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:binary_negate
394 inline binary_negate<_Predicate>
396 { return binary_negate<_Predicate>(__pred); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 321 * @c binary_negate, respectively. These classes are functors whose
339 * argument. The not2/binary_negate combination works on predicates which
369 class binary_negate class in inherits:binary_function
378 binary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:binary_negate
388 inline binary_negate<_Predicate>
390 { return binary_negate<_Predicate>(__pred); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 321 * @c binary_negate, respectively. These classes are functors whose
339 * argument. The not2/binary_negate combination works on predicates which
369 class binary_negate class in inherits:binary_function
378 binary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:binary_negate
388 inline binary_negate<_Predicate>
390 { return binary_negate<_Predicate>(__pred); }