/reactos/sdk/lib/3rdparty/stlport/doc/ |
H A D | pointer_specialization.txt | 34 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 D | stlport_namespaces.txt | 85 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.h | 70 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 D | perm_test.cpp | 191 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 D | map_test.cpp | 49 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 D | mvctor_declaration_test.cpp | 113 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 D | set_test.cpp | 58 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 D | setdiff_test.cpp | 79 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 D | equal_test.cpp | 95 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 D | less_test.cpp | 34 sort(array, array + 4, less<int>()); in lesst()
|
H A D | queue_test.cpp | 35 priority_queue<int, deque<int>, less<int> > q; in pqueue1()
|
H A D | setinter_test.cpp | 73 back_inserter(inter), less<char>()); in setintr2()
|
H A D | setunion_test.cpp | 76 back_inserter(diff), less<char>()); in setunon2()
|
/reactos/sdk/lib/ucrt/string/i386/ |
H A D | strcmp.s | 6 ;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 D | strncmp.s | 6 ;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 D | strcmp.s | 8 ;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 D | ar | 73 less 0x2b altgr 90 less 0x33 shift
|
H A D | en-gb | 97 less 0x2c shift altgr 107 less 0x33 shift
|
H A D | nl-be | 115 less 0x2c shift altgr 141 less 0x56
|
H A D | en-us | 31 less 0x33 shift
|
H A D | ko | 31 less 0x33 shift
|
H A D | en-dv | 83 less 0x56 212 less 0x11 shift
|
H A D | cs | 80 less 0x33 shift
|
/reactos/sdk/include/c++/stlport/stl/pointers/ |
H A D | _set.h | 36 _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 D | test_algo.cpp | 205 EH_STD::stable_sort( buf.begin(), buf.end(), EH_STD::less<SortClass>() ); in operator ()() 240 EH_STD::less<SortClass>() ); in operator ()()
|