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

  /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);
  /prebuilt/linux-x86/toolchain/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); }

Completed in 135 milliseconds