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

  /external/stlport/test/unit/
bnegate_test.cpp 34 sort(array, array + 4, binary_negate<greater<int> >(greater<int>()));
  /ndk/sources/android/stlport/test/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/android/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/webkit/WebKitTools/Scripts/webkitpy/style/processors/
cpp.py     [all...]

Completed in 84 milliseconds