HomeSort by relevance Sort by last modified time
    Searched defs:binary_negate (Results 1 - 15 of 15) 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); }
  /prebuilts/ndk/7/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_function.h 328 * @c binary_negate, respectively. These classes are functors whose
346 * argument. The not2/binary_negate combination works on predicates which
376 class binary_negate class in inherits:binary_function
385 binary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:binary_negate
395 inline binary_negate<_Predicate>
397 { return binary_negate<_Predicate>(__pred); }
  /external/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);
  /ndk/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/5/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/6/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/7/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/8/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 499 milliseconds