Searched defs:less (Results 1 – 10 of 10) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _function_base.h | 70 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/ |
D | less.hpp | 67 struct less struct
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | set_test.cpp | 214 struct less<SetTestClass> { struct 215 bool operator () (SetTestClass const& lhs, SetTestClass const& rhs) const { in operator ()()
|
D | mvctor_declaration_test.cpp | 113 struct less<struct_with_specialized_less> { struct
|
D | string_test.cpp | 1121 string less( "less" ); in te_tmp() local
|
/ndk/tests/device/test-stlport/unit/ |
D | set_test.cpp | 214 struct less<SetTestClass> { struct 215 bool operator () (SetTestClass const& lhs, SetTestClass const& rhs) const { in operator ()()
|
D | mvctor_declaration_test.cpp | 113 struct less<struct_with_specialized_less> { struct
|
D | string_test.cpp | 1121 string less( "less" ); in te_tmp() local
|
/ndk/sources/host-tools/make-3.81/ |
D | commands.c | 48 char *at, *percent, *star, *less; in set_file_variables() local
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
D | assert.hpp | 99 enum relations { equal = 1, not_equal, greater, greater_equal, less, less_equal }; enumerator
|