Home
last modified time | relevance | path

Searched refs:less (Results 1 – 25 of 163) sorted by relevance

1234567

/reactos/sdk/lib/3rdparty/stlport/doc/
H A Dpointer_specialization.txt34 class _Compare = less<_Tp>,
63 class set<_Tp*, less<_Tp*>, _Alloc>
66 is the Standard less struct. The underlying container would be:
68 set<void*, less<void*>, _VoidAlloc>
71 specialized the less struct for any pointer type even the basic one.
74 the less<void*> functor. The less specialization issue also show that
77 set<void*, less<void*>, _VoidAlloc>
83 where __less would be equivalent to the standard less functor but
87 need to be able to detect the less specialization. The partial set
88 specialization would have to be used only if the less functor is
H A Dstlport_namespaces.txt85 struct less
98 struct less<MyStruct>
103 As you can see the specialization is not in the STLport less namespace and it
/reactos/sdk/include/c++/stlport/stl/
H A D_function_base.h70 struct less : public binary_function<_Tp,_Tp,bool> struct
76 , public __stlport_class<less<_Tp> >
82 void _M_swap_workaround(less<_Tp>& __x) {} in _M_swap_workaround() argument
88 struct __type_traits<less<_Tp> > {
90 typedef typename _IsSTLportClass<less<_Tp> >::_Ret _STLportLess;
92 enum { _Is = _IsSTLportClass<less<_Tp> >::_Is };
106 less<_Tp> __less(_Tp* ) { return less<_Tp>(); }
/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dperm_test.cpp191 next_permutation(v1.begin(), v1.end(), less<char>()); in nextprm2()
195 next_permutation(v1.begin(), v1.end(), less<char>()); in nextprm2()
199 next_permutation(v1.begin(), v1.end(), less<char>()); in nextprm2()
203 next_permutation(v1.begin(), v1.end(), less<char>()); in nextprm2()
207 next_permutation(v1.begin(), v1.end(), less<char>()); in nextprm2()
211 next_permutation(v1.begin(), v1.end(), less<char>()); in nextprm2()
215 next_permutation(v1.begin(), v1.end(), less<char>()); in nextprm2()
219 next_permutation(v1.begin(), v1.end(), less<char>()); in nextprm2()
223 next_permutation(v1.begin(), v1.end(), less<char>()); in nextprm2()
H A Dmap_test.cpp49 typedef map<char, int, less<char> > maptype; in map1()
79 typedef multimap<char, int, less<char> > mmap; in mmap1()
121 typedef multimap<int, char, less<int> > mmap; in mmap2()
146 typedef map<int, char, less<int> > int_map; in iterators()
157 typedef multimap<int, char, less<int> > mmap; in iterators()
229 typedef map<char, int, less<char> > maptype; in equal_range()
276 typedef map<int, int, less<int>, StackAllocator<pair<const int, int> > > MapInt; in allocator_with_state()
277 less<int> intLess; in allocator_with_state()
H A Dmvctor_declaration_test.cpp113 struct less<struct_with_specialized_less> { struct
142 struct __move_traits<less<struct_with_specialized_less> > {
296 CPPUNIT_ASSERT( is_move_complete(less<char>()) ); in movable_declaration_assoc()
298 CPPUNIT_ASSERT( !is_move_complete(less<struct_with_specialized_less>()) ); in movable_declaration_assoc()
H A Dset_test.cpp58 set<int, less<int> > s; in set1()
70 typedef set<int, less<int> > int_set; in set2()
96 set<int, less<int> > s; in erase()
214 struct less<SetTestClass> { struct
285 typedef set<int, less<int>, StackAllocator<int> > SetInt; in allocator_with_state()
286 less<int> intLess; in allocator_with_state()
H A Dsetdiff_test.cpp79 back_inserter(diff), less<char>()); in setsymd2()
129 …word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), back_inserter(diff), less<char>()); in setdiff2()
H A Dequal_test.cpp95 pair<char*, char*> range = equal_range((char*)chars, (char*)chars + count, 'q', less<char>()); in equal_range2()
101 range = equal_range((char*)chars, (char*)chars + count, 'm', less<char>()); in equal_range2()
H A Dless_test.cpp34 sort(array, array + 4, less<int>()); in lesst()
H A Dqueue_test.cpp35 priority_queue<int, deque<int>, less<int> > q; in pqueue1()
H A Dsetinter_test.cpp73 back_inserter(inter), less<char>()); in setintr2()
H A Dsetunion_test.cpp76 back_inserter(diff), less<char>()); in setunon2()
/reactos/sdk/lib/ucrt/string/i386/
H A Dstrcmp.s6 ;strcmp.asm - routine to compare two strings (for equal, less, or greater)
12 ; to indicate whether the first is less than the second, the two are
15 ; say that Null (0) is less than any other character (1-255).
25 ;strcmp - compare two strings, returning less than, equal to, or greater than
H A Dstrncmp.s6 ;strcmp.asm - routine to compare two strings (for equal, less, or greater)
12 ; to indicate whether the first is less than the second, the two are
15 ; say that Null (0) is less than any other character (1-255).
25 ;strncmp - compare two strings, returning less than, equal to, or greater than
/reactos/sdk/lib/ucrt/string/amd64/
H A Dstrcmp.s8 ;strcmp.asm - routine to compare two strings (for equal, less, or greater)
14 ; to indicate whether the first is less than the second, the two are
17 ; say that Null (0) is less than any other character (1-255).
23 ;strcmp - compare two strings, returning less than, equal to, or greater than
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/keymaps/
H A Dar73 less 0x2b altgr
90 less 0x33 shift
H A Den-gb97 less 0x2c shift altgr
107 less 0x33 shift
H A Dnl-be115 less 0x2c shift altgr
141 less 0x56
H A Den-us31 less 0x33 shift
H A Dko31 less 0x33 shift
H A Den-dv83 less 0x56
212 less 0x11 shift
H A Dcs80 less 0x33 shift
/reactos/sdk/include/c++/stlport/stl/pointers/
H A D_set.h36 _STLP_EXPORT template struct _STLP_CLASS_DECLSPEC less<void*>;
44 _STLP_EXPORT_TEMPLATE_CLASS _DbgCompare<void*, less<void*> >;
46 _STLP_EXPORT_TEMPLATE_CLASS _Rb_tree<void*, _DbgCompare<void*, less<void*> >, void*, _Identity<void…
50 _STLP_EXPORT_TEMPLATE_CLASS _Rb_tree<void*, less<void*>, void*, _Identity<void*>,
55 template <class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key>),
302 template <class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key>),
/reactos/sdk/lib/3rdparty/stlport/test/eh/
H A Dtest_algo.cpp205 EH_STD::stable_sort( buf.begin(), buf.end(), EH_STD::less<SortClass>() ); in operator ()()
240 EH_STD::less<SortClass>() ); in operator ()()

1234567