Home
last modified time | relevance | path

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

/reactos/sdk/include/c++/stlport/stl/
H A 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
/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dset_test.cpp214 struct less<SetTestClass> { struct
215 bool operator () (SetTestClass const& lhs, SetTestClass const& rhs) const { in operator ()()
H A Dmvctor_declaration_test.cpp113 struct less<struct_with_specialized_less> { struct
H A Dstring_test.cpp1121 string less( "less" ); in te_tmp() local