Home
last modified time | relevance | path

Searched refs:greater_than (Results 1 – 3 of 3) sorted by relevance

/ndk/tests/device/test-stlport/unit/
Dmultiset_test.cpp33 static bool greater_than(int a_, int b_) in greater_than() function in MultisetTest
117 fn_type g(greater_than); in mset5()
/ndk/tests/device/test-gnustl-full/unit/
Dmultiset_test.cpp33 static bool greater_than(int a_, int b_) in greater_than() function in MultisetTest
117 fn_type g(greater_than); in mset5()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
Diterator_range_core.hpp76 inline bool greater_than( const Left& l, const Right& r ) in greater_than() function
295 return iterator_range_detail::greater_than( *this, r ); in operator >()
418 return iterator_range_detail::greater_than( l, r ); in operator >()
492 return iterator_range_detail::greater_than( l, r ); in operator >()
499 return iterator_range_detail::greater_than( l, r ); in operator >()