Home
last modified time | relevance | path

Searched refs:__that (Results 1 – 6 of 6) sorted by relevance

/reactos/sdk/include/c++/stlport/stl/
H A D_list.c141 _Literator __first = __that.begin(); in _S_remove_if()
142 _Literator __last = __that.end(); in _S_remove_if()
154 _Literator __first = __that.begin(); in _S_unique()
155 _Literator __last = __that.end(); in _S_unique()
160 __that.erase(__next); in _S_unique()
172 _Literator __last1 = __that.end(); in _S_merge()
208 if (__that._M_node._M_data._M_next == &__that._M_node._M_data || in _S_sort()
209 __that._M_node._M_data._M_next->_M_next == &__that._M_node._M_data) in _S_sort()
216 while (!__that.empty()) { in _S_sort()
217 __carry.splice(__carry.begin(), __that, __that.begin()); in _S_sort()
[all …]
H A D_slist.c137 if (__ite != __that.end()) { in _Slist_unique()
140 __that.erase_after(__ite); in _Slist_unique()
152 if (__that.get_allocator() == __x.get_allocator()) { in _Slist_merge()
163 __that.splice_after(__ite, __x); in _Slist_merge()
175 __i1 = __that.insert_after(__i1, *(__i2++)); in _Slist_merge()
178 __that.insert_after(__i1, __i2, __x.end()); in _Slist_merge()
185 if (!__that.begin()._M_node || !__that.begin()._M_node->_M_next) in _Slist_sort()
188 slist<_Tp, _Alloc> __carry(__that.get_allocator()); in _Slist_sort()
192 while (!__that.empty()) { in _Slist_sort()
193 __carry.splice_after(__carry.before_begin(), __that, __that.before_begin()); in _Slist_sort()
[all …]
H A D_istream.c195 … (use_facet<_Num_get>(__that.getloc())).get(istreambuf_iterator<_CharT, _Traits>(__that.rdbuf()), in __get_num()
201 if (__err) __that.setstate(__err); in __get_num()
599 if (__that->_S_eof(__c)) { in __read_unbuffered()
676 if (__that->_S_eof(__buf->sgetc())) in __read_buffered()
688 if (__that->_S_eof(__buf->sgetc())) { in __read_buffered()
900 if (__that->_S_eof(__c)) { in _M_ignore_unbuffered()
918 __that->setstate(__status); in _M_ignore_unbuffered()
996 if (__that->_S_eof(__c)) { in _M_ignore_unbuffered()
1228 if (__that->_S_eof(__c)) { in __copy_unbuffered()
1271 __that->setstate(__status); in __copy_unbuffered()
[all …]
H A D_list.h236 void _S_remove_if(list<_Tp, _Alloc>& __that, _Predicate __pred);
239 void _S_unique(list<_Tp, _Alloc>& __that, _BinaryPredicate __binary_pred);
242 void _S_merge(list<_Tp, _Alloc>& __that, list<_Tp, _Alloc>& __x,
246 void _S_sort(list<_Tp, _Alloc>& __that, _StrictWeakOrdering __comp);
H A D_slist.h206 void _Slist_unique(slist<_Tp, _Alloc>& __that, _BinaryPredicate __binary_pred);
209 void _Slist_merge(slist<_Tp, _Alloc>& __that, slist<_Tp, _Alloc>& __x,
213 void _Slist_sort(slist<_Tp, _Alloc>& __that, _StrictWeakOrdering __comp);
/reactos/sdk/lib/3rdparty/stlport/etc/
H A DChangeLog-5.16119 list instance is created using the __that allocator instance copy to be more