/reactos/sdk/include/c++/stlport/stl/ |
H A D | _string_operators.h | 127 …typedef _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _STLP_PRIV __bstr_wrapper<_CharT,_Traits,_A… 131 …return _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _STLP_PRIV __bstr_wrapper<_CharT,_Traits,_Al… 143 …return _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _STLP_PRIV __bstr_wrapper<_CharT,_Traits,_Al… 172 typedef _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _STLP_PRIV __cstr_wrapper<_CharT>, 176 …return _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _STLP_PRIV __bstr_wrapper<_CharT,_Traits,_Al… 195 return _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _STLP_PRIV __cstr_wrapper<_CharT>, 221 return _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _STLP_PRIV __cstr_wrapper<_CharT>, 236 typedef _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _STLP_PRIV __char_wrapper<_CharT>, 257 return _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _STLP_PRIV __char_wrapper<_CharT>, 272 inline _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _STLP_PRIV __char_wrapper<_CharT>, [all …]
|
H A D | _iomanip.h | 73 const _STLP_PRIV _Ios_Manip_1<_Arg>& __f) { 81 const _STLP_PRIV _Ios_Manip_1<_Arg>& __f) { 89 const _STLP_PRIV _Ios_Setf_Manip& __f) { 97 const _STLP_PRIV _Ios_Setf_Manip& __f) { 105 { return _STLP_PRIV _Ios_Setf_Manip(0, __mask); } in resetiosflags() 108 { return _STLP_PRIV _Ios_Setf_Manip(__flag); } in setiosflags() 118 inline _STLP_PRIV _Ios_Manip_1<streamsize> _STLP_CALL 121 return _STLP_PRIV _Ios_Manip_1<streamsize>(__f, __n); in setprecision() 124 inline _STLP_PRIV _Ios_Manip_1<streamsize> _STLP_CALL 127 return _STLP_PRIV _Ios_Manip_1<streamsize>(__f, __n); in setw() [all …]
|
H A D | _limits.h | 199 : public _STLP_PRIV _Integer_limits<bool, false, true, 1, false> 304 : public _STLP_PRIV _Numeric_limits_base<_STLP_LONG_LONG> { 408 : public _STLP_PRIV _Floating_limits<float, 439 : public _STLP_PRIV _Floating_limits<double, 469 : public _STLP_PRIV _Floating_limits<long double, 494 { return _STLP_PRIV _LimG<bool>::get_LD_inf(); } in infinity() 496 { return _STLP_PRIV _LimG<bool>::get_D_inf(); } 500 { return _STLP_PRIV _LimG<bool>::get_LD_qNaN(); } in quiet_NaN() 502 { return _STLP_PRIV _LimG<bool>::get_D_qNaN(); } 506 { return _STLP_PRIV _LimG<bool>::get_LD_sNaN(); } in signaling_NaN() [all …]
|
H A D | _algo.c | 461 _Distance __d = _STLP_PRIV __gcd(__n, __k); in __rotate_aux() 520 _STLP_PRIV __rotate(__first, __middle, __last); in rotate() 654 return _STLP_PRIV __random_sample(__first, __last, in random_sample() 665 return _STLP_PRIV __random_sample(__first, __last, in random_sample() 761 …return _STLP_PRIV __rotate(_STLP_PRIV __inplace_stable_partition(__first, __middle, __pred, __half… in __inplace_stable_partition() 798 return _STLP_PRIV __rotate(_STLP_PRIV __stable_partition_adaptive(__first, __middle, __pred, in __stable_partition_adaptive() 996 _STLP_PRIV __introsort_loop(__first, __last, in sort() 1009 _STLP_PRIV __introsort_loop(__first, __last, in sort() 1200 _STLP_PRIV __stable_sort_aux(__first, __last, in stable_sort() 1210 _STLP_PRIV __stable_sort_aux(__first, __last, in stable_sort() [all …]
|
H A D | _slist.h | 226 typedef _STLP_PRIV _Slist_base<_Tp,_Alloc> _Base; 246 typedef _STLP_PRIV _Slist_node<_Tp> _Node; 247 typedef _STLP_PRIV _Slist_node_base _Node_base; 286 : _STLP_PRIV _Slist_base<_Tp,_Alloc>(__a) {} 300 : _STLP_PRIV _Slist_base<_Tp,_Alloc>(__a) 309 : _STLP_PRIV _Slist_base<_Tp,_Alloc>(__a) 321 : _STLP_PRIV _Slist_base<_Tp,_Alloc>(__a) 325 : _STLP_PRIV _Slist_base<_Tp,_Alloc>(__a) 754 …_STLP_PRIV _Sl_global_inst::__splice_after(_STLP_PRIV _Sl_global_inst::__previous(&this->_M_head._… 806 { _STLP_PRIV _Slist_unique(*this, __pred); } [all …]
|
H A D | _algo.h | 69 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first, __last)) in _STLP_DIFFERENCE_TYPE() 84 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first, __last)) in adjacent_find() 107 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first, __last)) in count() 116 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first, __last)) in count_if() 171 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first, __last)) in transform() 191 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first, __last)) in replace_if() 484 return _STLP_PRIV __lower_bound(__first, __last, __val, in lower_bound() 510 return _STLP_PRIV __upper_bound(__first, __last, __val, in upper_bound() 537 return _STLP_PRIV __equal_range(__first, __last, __val, in equal_range() 723 return _STLP_PRIV __is_sorted(__first, __last, in is_sorted() [all …]
|
H A D | _istream.c | 246 _STLP_PRIV __get_num(*this, __val); 252 _STLP_PRIV __get_num(*this, __val); 258 _STLP_PRIV __get_num(*this, __val); 264 _STLP_PRIV __get_num(*this, __val); 271 _STLP_PRIV __get_num(*this, __val); 277 _STLP_PRIV __get_num(*this, __val); 283 _STLP_PRIV __get_num(*this, __val); 288 _STLP_PRIV __get_num(*this, __val); 294 _STLP_PRIV __get_num(*this, __val); 301 _STLP_PRIV __get_num(*this, __val); [all …]
|
H A D | _numeric.h | 43 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first, __last)) in accumulate() 53 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first, __last)) in accumulate() 63 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first1, __last1)) in inner_product() 76 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first1, __last1)) in inner_product() 96 …return _STLP_PRIV __partial_sum(__first, __last, __result, _STLP_VALUE_TYPE(__first, _InputIterato… in partial_sum() 97 _STLP_PRIV __plus(_STLP_VALUE_TYPE(__first, _InputIterator))); in partial_sum() 123 return _STLP_PRIV __adjacent_difference(__first, __last, __result, in adjacent_difference() 132 return _STLP_PRIV __adjacent_difference(__first, __last, __result, in adjacent_difference() 162 return _STLP_PRIV __power(__x, __n, __opr); in power() 167 return _STLP_PRIV __power(__x, __n, multiplies<_Tp>()); in power() [all …]
|
H A D | _algobase.h | 89 _STLP_PRIV __swap_aux(__a, __b, _Implemented()); in swap() 275 return _STLP_PRIV __copy_ptrs(__first, __last, __result, in __copy_aux() 283 return _STLP_PRIV __copy(__first, __last, __result, in __copy_aux() 292 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first, __last)) in copy() 301 return _STLP_PRIV __copy_backward(__first, __last, __result, in __copy_backward_ptrs() 313 return _STLP_PRIV __copy_backward(__first, __last, __result, in __copy_backward_aux() 419 _STLP_PRIV __fill_fwd(__first, __last, __val); in __fill() 427 _STLP_PRIV __fill_fwd(__first, __last, __val); in __fill() 434 _STLP_PRIV __fill_fwd(__first, __last, __val); in __fill() 451 _STLP_PRIV __fill(__first, __last, __val, in fill() [all …]
|
H A D | _string_sum_methods.h | 24 …basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) in basic_string() 29 …basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, 41 _CharT* _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _CharT *__buf) { in _M_append_fast() 47 _CharT* _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf) in _M_append_fast() 49 _CharT* _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf) in _M_append_fast() 53 …_CharT* _M_append_fast(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _CharT *__bu… in _M_append_fast() 68 _CharT* _M_append_fast_pos(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf, in _M_append_fast_pos() 71 _CharT* _M_append_fast_pos(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf, in _M_append_fast_pos() 77 …_CharT* _M_append_fast_pos(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _CharT *… in _M_append_fast_pos() 101 …_Self& _M_append_sum (_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> c… in _M_append_sum() [all …]
|
H A D | _vector.c | 97 __new_finish = _STLP_PRIV __uninitialized_fill_n(__new_finish, __fill_len, __x); in _M_insert_overflow_aux() 114 __new_finish = _STLP_PRIV __fill_n(__new_finish, __fill_len, __x); in _M_insert_overflow() 135 _STLP_PRIV __uninitialized_fill_n(__pos, __n, __x); in _M_fill_insert_aux() 155 _STLP_PRIV __copy_backward_ptrs(__pos, __old_finish - __n, __old_finish, _TrivialCopy()); in _M_fill_insert_aux() 158 this->_M_finish = _STLP_PRIV __uninitialized_fill_n(this->_M_finish, __n - __elems_after, __x); in _M_fill_insert_aux() 159 _STLP_PRIV __ucopy_ptrs(__pos, __old_finish, this->_M_finish, _TrivialUCopy()); in _M_fill_insert_aux() 195 pointer __i = _STLP_PRIV __copy_ptrs(__CONST_CAST(const_pointer, __x._M_start) + 0, 199 _STLP_PRIV __copy_ptrs(__CONST_CAST(const_pointer, __x._M_start), 201 _STLP_PRIV __ucopy_ptrs(__CONST_CAST(const_pointer, __x._M_start) + size(), 216 this->_M_finish = _STLP_PRIV __uninitialized_fill_n(this->_M_finish, __n - size(), __val); in _M_fill_assign() [all …]
|
H A D | _algobase.c | 41 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first1, __last1)) in lexicographical_compare() 42 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first2, __last2)) in lexicographical_compare() 59 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first1, __last1)) in lexicographical_compare() 60 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first2, __last2)) in lexicographical_compare() 103 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first1, __last1)) in lexicographical_compare_3way() 104 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first2, __last2)) in lexicographical_compare_3way() 216 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first, __last)) in find_if() 222 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first, __last)) in find() 230 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first1, __last1)) in search() 231 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first2, __last2)) in search() [all …]
|
H A D | _string.c | 69 _STLP_PRIV _Eq_char_bound<_Traits>(__x)) == _M_last; in operator() 211 _STLP_PRIV __ucopy(__f1, __last, this->_M_finish + 1); in _M_append() 295 _STLP_PRIV __ucopy(__pos, __old_finish + 1, this->_M_finish); in insert() 347 _STLP_PRIV __ucopy(__mid, __last, this->_M_finish + 1); in _M_insert() 446 _STLP_PRIV _Eq_char_bound<_Traits>(__c)); in find() 477 _STLP_PRIV _Eq_char_bound<_Traits>(__c)); in rfind() 550 _STLP_PRIV __str_find_first_not_of(__rlast, rend(), in find_last_not_of() 569 _STLP_PRIV _Neq_char_bound<_Traits>(__c)); in find_last_not_of() 632 : _STLP_PRIV _String_base<_CharT,_Alloc>(allocator_type()) { in basic_string() 641 : _STLP_PRIV _String_base<_CharT,_Alloc>(__a) { in basic_string() [all …]
|
H A D | _list.h | 260 typedef _STLP_PRIV _List_node<_Tp> _Node; 261 typedef _STLP_PRIV _List_node_base _Node_base; 317 : _STLP_PRIV _List_base<_Tp, _Alloc>(__a) 326 : _STLP_PRIV _List_base<_Tp, _Alloc>(__a) 338 : _STLP_PRIV _List_base<_Tp, _Alloc>(__a) 342 : _STLP_PRIV _List_base<_Tp, _Alloc>(__a) 353 : _STLP_PRIV _List_base<_Tp, _Alloc>(__a) {} 666 { _STLP_PRIV _S_remove_if(*this, __pred); } 669 { _STLP_PRIV _S_unique(*this, __binary_pred); } 674 _STLP_PRIV _S_merge(*this, __x, __comp); [all …]
|
H A D | _bvector.h | 85 inline void swap(_STLP_PRIV _Bit_reference& __x, _STLP_PRIV _Bit_reference& __y) { in swap() 93 struct __type_traits<_STLP_PRIV _Bit_reference> { 254 inline bool* value_type(const _STLP_PRIV _Bit_iter<_STLP_PRIV _Bit_reference, _STLP_PRIV _Bit_refer… 369 typedef _STLP_PRIV _Bit_reference reference; 371 typedef _STLP_PRIV _Bit_reference* pointer; 508 : _STLP_PRIV _Bvector_base<_Alloc >(__a) {} 512 : _STLP_PRIV _Bvector_base<_Alloc >(__a) { 553 : _STLP_PRIV _Bvector_base<_Alloc >(__a) { 560 : _STLP_PRIV _Bvector_base<_Alloc >(__a) { 567 : _STLP_PRIV _Bvector_base<_Alloc >(__a) { [all …]
|
/reactos/sdk/include/c++/stlport/stl/debug/ |
H A D | _slist.h | 91 …typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _SlistDbgTraits<_Nonconst_traits<value_type> > > it… 92 …typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _SlistDbgTraits<_Const_traits<value_type> > > co… 97 _STLP_PRIV __owned_list _M_iter_list; 141 _M_non_dbg_impl(_STLP_PRIV _Non_Dbg_iter(__first), _STLP_PRIV _Non_Dbg_iter(__last), __a), in slist() 147 _M_non_dbg_impl(_STLP_PRIV _Non_Dbg_iter(__first), _STLP_PRIV _Non_Dbg_iter(__last)), in slist() 242 _STLP_DEBUG_CHECK(_STLP_PRIV _Dereferenceable(__pos)) 254 _STLP_DEBUG_CHECK(_STLP_PRIV _Dereferenceable(__pos)) in insert_after() 264 _M_non_dbg_impl.assign(_STLP_PRIV _Non_Dbg_iter(__first), _STLP_PRIV _Non_Dbg_iter(__last)); in assign() 286 … _STLP_PRIV _Non_Dbg_iter(__first), _STLP_PRIV _Non_Dbg_iter(__last)); in insert_after() 295 _STLP_PRIV _Non_Dbg_iter(__first), _STLP_PRIV _Non_Dbg_iter(__last)); in insert() [all …]
|
H A D | _deque.h | 69 …typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Nonconst_traits<value_type> > > iterato… 70 …typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Const_traits<value_type> > > const_i… 76 _STLP_PRIV __owned_list _M_iter_list; 81 { _STLP_PRIV __invalidate_iterator(&_M_iter_list,__it); } in _Invalidate_iterator() 164 _M_non_dbg_impl(_STLP_PRIV _Non_Dbg_iter(__first), _STLP_PRIV _Non_Dbg_iter(__last), __a), in deque() 171 _M_non_dbg_impl(_STLP_PRIV _Non_Dbg_iter(__first), _STLP_PRIV _Non_Dbg_iter(__last)), in deque() 220 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first, __last)) in assign() 222 _M_non_dbg_impl.assign(_STLP_PRIV _Non_Dbg_iter(__first), _STLP_PRIV _Non_Dbg_iter(__last)); in assign() 226 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first, __last)) in assign() 318 _STLP_PRIV _Non_Dbg_iter(__first), _STLP_PRIV _Non_Dbg_iter(__last)); in insert() [all …]
|
H A D | _vector.h | 112 _STLP_PRIV __owned_list _M_iter_list; 117 typedef _STLP_PRIV _DBG_iter<_Base, 118 …_STLP_PRIV _DbgTraits<_STLP_PRIV _Vector_nonconst_traits<value_type, typename _Base::iterator> > >… 120 typedef _STLP_PRIV _DBG_iter<_Base, 121 …_STLP_PRIV _DbgTraits<_STLP_PRIV _Vector_const_traits<value_type, typename _Base::iterator> > > co… 127 { _STLP_PRIV __invalidate_iterator(&_M_iter_list, __it); } 210 _M_non_dbg_impl(_STLP_PRIV _Non_Dbg_iter(__first), _STLP_PRIV _Non_Dbg_iter(__last), __a), 217 _M_non_dbg_impl(_STLP_PRIV _Non_Dbg_iter(__first), _STLP_PRIV _Non_Dbg_iter(__last)), 297 _STLP_PRIV _Non_Dbg_iter(__first), _STLP_PRIV _Non_Dbg_iter(__last)); 347 _STLP_DEBUG_CHECK(_STLP_PRIV _Dereferenceable(__pos)) [all …]
|
H A D | _list.h | 74 …typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Nonconst_traits<value_type> > > iterato… 75 …typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Const_traits<value_type> > > const_i… 81 _STLP_PRIV __owned_list _M_iter_list; 84 { _STLP_PRIV __invalidate_iterator(&_M_iter_list, __it); } in _Invalidate_iterator() 124 _M_non_dbg_impl(_STLP_PRIV _Non_Dbg_iter(__first), _STLP_PRIV _Non_Dbg_iter(__last), __a), in list() 130 _M_non_dbg_impl(_STLP_PRIV _Non_Dbg_iter(__first), _STLP_PRIV _Non_Dbg_iter(__last)), in list() 224 _STLP_PRIV _Non_Dbg_iter(__first), _STLP_PRIV _Non_Dbg_iter(__last)); in insert() 277 _STLP_DEBUG_CHECK(_STLP_PRIV _Dereferenceable(__pos)) in erase() 311 _M_non_dbg_impl.assign(_STLP_PRIV _Non_Dbg_iter(__first), _STLP_PRIV _Non_Dbg_iter(__last)); in assign() 373 _STLP_DEBUG_CHECK(_STLP_PRIV _Dereferenceable(__i)) in splice() [all …]
|
H A D | _hashtable.h | 73 _STLP_PRIV _STLP_NON_DBG_NAME(hashtable) <_Val, _Key, _HF, _Traits, _ExK, _STLP_PRIV _DbgEqual<_Key… 101 _STLP_PRIV __owned_list _M_iter_list; 110 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_NonConstTraits> > iterator; 111 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_ConstTraits> > const_iterator; 228 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__f, __l)) in insert_unique() 229 _M_non_dbg_impl.insert_unique(_STLP_PRIV _Non_Dbg_iter(__f), _STLP_PRIV _Non_Dbg_iter(__l)); in insert_unique() 234 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__f, __l)) in insert_equal() 235 _M_non_dbg_impl.insert_equal(_STLP_PRIV _Non_Dbg_iter(__f), _STLP_PRIV _Non_Dbg_iter(__l)); in insert_equal() 250 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__f, __l)) in insert_unique() 255 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__f, __l)) in insert_equal() [all …]
|
H A D | _string.h | 62 …typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Nonconst_traits<value_type> > > iterato… 63 …typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Const_traits<value_type> > > const_iter… 71 _STLP_PRIV __owned_list _M_iter_list; 148 _M_non_dbg_impl(_STLP_PRIV _Non_Dbg_iter(__f), _STLP_PRIV _Non_Dbg_iter(__l), __a), in basic_string() 154 _M_non_dbg_impl(_STLP_PRIV _Non_Dbg_iter(__f), _STLP_PRIV _Non_Dbg_iter(__l)), in basic_string() 247 _M_non_dbg_impl.append(_STLP_PRIV _Non_Dbg_iter(__first), _STLP_PRIV _Non_Dbg_iter(__last)); in append() 265 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__f, __l)) in append() 366 _M_non_dbg_impl.assign(_STLP_PRIV _Non_Dbg_iter(__first), _STLP_PRIV _Non_Dbg_iter(__last)); in assign() 449 _STLP_PRIV _Non_Dbg_iter(__first), _STLP_PRIV _Non_Dbg_iter(__last)); in insert() 470 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__f,__l)) in insert() [all …]
|
H A D | _string_sum_methods.h | 23 …basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) in basic_string() 29 …basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, 43 _Base& _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str) in _M_append_fast() 47 _Base& _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str) in _M_append_fast() 49 _Base& _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str) in _M_append_fast() 53 _Base& _M_append_fast(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _Base &__str) in _M_append_fast() 67 _Base& _M_append_fast_pos(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str, in _M_append_fast_pos() 70 _Base& _M_append_fast_pos(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str, in _M_append_fast_pos() 75 …_Base& _M_append_fast_pos(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _Base &__… in _M_append_fast_pos() 80 …_Base& _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDi… in _M_append_fast_pos() [all …]
|
/reactos/sdk/include/c++/stlport/stl/pointers/ |
H A D | _set.h | 63 typedef _STLP_PRIV _AssocStorageTypes<_Key, _Compare> _AssocStorageTypes; 71 typedef _STLP_PRIV _CastTraits<_KeyStorageType, _Key> cast_traits; 82 typedef _STLP_PRIV _SetTraitsT<value_type> _SetTraits; 83 typedef _STLP_PRIV _Rb_tree<key_type, key_compare, 84 value_type, _STLP_PRIV _Identity<value_type>, 87 typedef _STLP_PRIV _SetTraitsT<_KeyStorageType> _SetStorageTraits; 91 typedef _STLP_PRIV _Rb_tree<_KeyStorageType, _CompareStorageType, 318 typedef _STLP_PRIV _CastTraits<_KeyStorageType, _Key> cast_traits; 330 typedef _STLP_PRIV _MultisetTraitsT<value_type> _MultisetTraits; 331 typedef _STLP_PRIV _Rb_tree<key_type, key_compare, [all …]
|
/reactos/sdk/lib/3rdparty/stlport/src/ |
H A D | locale_impl.cpp | 181 _STLP_UNWIND(_STLP_PRIV __release_ctype(__lct)); in insert_ctype_facets() 199 _STLP_UNWIND(_STLP_PRIV __release_ctype(__lwct)); in insert_ctype_facets() 263 _STLP_UNWIND(_STLP_PRIV __release_numeric(__lpunct)); in insert_numeric_facets() 335 _STLP_UNWIND(delete get; _STLP_PRIV __release_time(__time)); in insert_time_facets() 338 _STLP_PRIV __release_time(__time); in insert_time_facets() 380 _STLP_UNWIND(_STLP_PRIV __release_collate(__coll)); in insert_collate_facets() 394 _STLP_UNWIND(_STLP_PRIV __release_collate(__wcoll); delete col); in insert_collate_facets() 451 _STLP_UNWIND(_STLP_PRIV __release_monetary(__mon)); in insert_monetary_facets() 480 _STLP_UNWIND(_STLP_PRIV __release_monetary(__wmon)); in insert_monetary_facets() 540 _STLP_UNWIND(_STLP_PRIV __release_messages(__msg)); in insert_messages_facets() [all …]
|
H A D | facets_byname.cpp | 67 { _STLP_PRIV __release_ctype(_M_ctype); } in ~ctype_byname() 125 { _STLP_PRIV __release_ctype(_M_ctype); } in ~ctype_byname() 197 { _STLP_PRIV __release_collate(_M_collate); } in ~collate_byname() 244 { _STLP_PRIV __release_collate(_M_collate); } in ~collate_byname() 303 { _STLP_PRIV __release_codecvt(_M_codecvt); } in ~codecvt_byname() 443 { _STLP_PRIV __release_numeric(_M_numeric); } in ~numpunct_byname() 484 { _STLP_PRIV __release_numeric(_M_numeric); } in ~numpunct_byname() 882 { _STLP_PRIV __release_monetary(_M_monetary); } in ~moneypunct_byname() 926 { _STLP_PRIV __release_monetary(_M_monetary); } in ~moneypunct_byname() 975 { _STLP_PRIV __release_monetary(_M_monetary); } in ~moneypunct_byname() [all …]
|