Home
last modified time | relevance | path

Searched defs:less (Results 1 – 10 of 10) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_function_base.h70 struct less : public binary_function<_Tp,_Tp,bool> struct
82 void _M_swap_workaround(less<_Tp>& __x) {} in _M_swap_workaround() argument
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
Dless.hpp67 struct less struct
/ndk/tests/device/test-gnustl-full/unit/
Dset_test.cpp214 struct less<SetTestClass> { struct
215 bool operator () (SetTestClass const& lhs, SetTestClass const& rhs) const { in operator ()()
Dmvctor_declaration_test.cpp113 struct less<struct_with_specialized_less> { struct
Dstring_test.cpp1121 string less( "less" ); in te_tmp() local
/ndk/tests/device/test-stlport/unit/
Dset_test.cpp214 struct less<SetTestClass> { struct
215 bool operator () (SetTestClass const& lhs, SetTestClass const& rhs) const { in operator ()()
Dmvctor_declaration_test.cpp113 struct less<struct_with_specialized_less> { struct
Dstring_test.cpp1121 string less( "less" ); in te_tmp() local
/ndk/sources/host-tools/make-3.81/
Dcommands.c48 char *at, *percent, *star, *less; in set_file_variables() local
/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