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

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/negators/
binary_negate.pass.cpp 12 // binary_negate
20 typedef std::binary_negate<std::logical_and<int> > F;
  /external/stlport/test/unit/
bnegate_test.cpp 34 sort(array, array + 4, binary_negate<greater<int> >(greater<int>()));
  /ndk/tests/device/test-gnustl-full/unit/
bnegate_test.cpp 34 sort(array, array + 4, binary_negate<greater<int> >(greater<int>()));
  /ndk/tests/device/test-stlport/unit/
bnegate_test.cpp 34 sort(array, array + 4, binary_negate<greater<int> >(greater<int>()));
  /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/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/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/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/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/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/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/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); }
  /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);
  /external/eigen/Eigen/src/Core/
Functors.h     [all...]

Completed in 297 milliseconds