Home
last modified time | relevance | path

Searched defs:greater_equal (Results 1 – 3 of 3) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
Dgreater_equal.hpp67 struct greater_equal struct
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_function.h54 struct greater_equal : public binary_function<_Tp, _Tp, bool> { struct
55 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x >= __y; } in operator()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
Dassert.hpp99 enum relations { equal = 1, not_equal, greater, greater_equal, less, less_equal }; enumerator