/external/stlport/stlport/stl/ |
D | _string_operators.h | 118 inline _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, 119 _STLP_PRIV __bstr_wrapper<_CharT,_Traits,_Alloc>, 120 _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, 121 _STLP_PRIV __bstr_wrapper<_CharT,_Traits,_Alloc>, 122 … _STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc>, 123 _STLP_PRIV __on_right>, 124 _STLP_PRIV __on_right> _STLP_CALL 127 …typedef _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _STLP_PRIV __bstr_wrapper<_CharT,_Traits,_A… 128 … _STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc>, 129 _STLP_PRIV __on_right> __root_type; [all …]
|
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) { 104 inline _STLP_PRIV _Ios_Setf_Manip _STLP_CALL resetiosflags(ios_base::fmtflags __mask) in resetiosflags() 105 { return _STLP_PRIV _Ios_Setf_Manip(0, __mask); } in resetiosflags() 107 inline _STLP_PRIV _Ios_Setf_Manip _STLP_CALL setiosflags(ios_base::fmtflags __flag) in setiosflags() 108 { return _STLP_PRIV _Ios_Setf_Manip(__flag); } in setiosflags() 110 inline _STLP_PRIV _Ios_Setf_Manip _STLP_CALL setbase(int __n) { in setbase() 115 return _STLP_PRIV _Ios_Setf_Manip(__base, ios_base::basefield); in setbase() [all …]
|
D | _limits.h | 185 class numeric_limits : public _STLP_PRIV _Numeric_limits_base<_Tp> {}; 192 : public _STLP_PRIV _Integer_limits<bool, false, true, 1, false> 198 : public _STLP_PRIV _Integer_limits<char, CHAR_MIN, CHAR_MAX, -1, true> 204 : public _STLP_PRIV _Integer_limits<signed char, SCHAR_MIN, SCHAR_MAX, -1, true> 210 : public _STLP_PRIV _Integer_limits<unsigned char, 0, UCHAR_MAX, -1, true> 217 : public _STLP_PRIV _Integer_limits<wchar_t, WCHAR_MIN, WCHAR_MAX, -1, true> 224 : public _STLP_PRIV _Integer_limits<short, SHRT_MIN, SHRT_MAX, -1, true> 229 : public _STLP_PRIV _Integer_limits<unsigned short, 0, USHRT_MAX, -1, true> 239 : public _STLP_PRIV _Integer_limits<int, INT_MIN, INT_MAX, -1, true> 244 : public _STLP_PRIV _Integer_limits<unsigned int, 0, UINT_MAX, -1, true> [all …]
|
D | _algo.c | 114 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first1, __last1)) in search() 115 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first2, __last2)) in search() 248 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first, __last)) in search_n() 254 return _STLP_PRIV __search_n(__first, __last, __count, __val, equal_to<_Tp>(), in search_n() 263 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first, __last)) in search_n() 266 return _STLP_PRIV __search_n(__first, __last, __count, __val, __binary_pred, in search_n() 275 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first1, __last1)) in find_end() 276 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first2, __last2)) in find_end() 277 return _STLP_PRIV __find_end(__first1, __last1, __first2, __last2, in find_end() 285 _STLP_PRIV __equal_to(_STLP_VALUE_TYPE(__first1, _ForwardIter1)) in find_end() [all …]
|
D | _slist.h | 127 struct __type_traits<_STLP_PRIV _Slist_iterator<_Tp, _Traits> > { 140 inline _Tp* _STLP_CALL value_type(const _STLP_PRIV _Slist_iterator<_Tp, _Traits>&) { return __STATI… 141 inline ptrdiff_t* _STLP_CALL distance_type(const _STLP_PRIV _Slist_iterator_base&) { return 0; } 142 inline forward_iterator_tag _STLP_CALL iterator_category(const _STLP_PRIV _Slist_iterator_base&) { … 220 class slist : protected _STLP_PRIV _Slist_base<_Tp,_Alloc> 226 typedef _STLP_PRIV _Slist_base<_Tp,_Alloc> _Base; 239 typedef _STLP_PRIV _Slist_iterator<_Tp, _Nonconst_traits<_Tp> > iterator; 240 typedef _STLP_PRIV _Slist_iterator<_Tp, _Const_traits<_Tp> > const_iterator; 246 typedef _STLP_PRIV _Slist_node<_Tp> _Node; 247 typedef _STLP_PRIV _Slist_node_base _Node_base; [all …]
|
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() 100 _STLP_PRIV __equal_to(_STLP_VALUE_TYPE(__first, _ForwardIter))); 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() 138 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first1, __last1)) in find_first_of() 139 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first2, __last2)) in find_first_of() 140 return _STLP_PRIV __find_first_of(__first1, __last1, __first2, __last2); in find_first_of() 147 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first1, __last1)) in find_first_of() 148 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first2, __last2)) in find_first_of() [all …]
|
D | _istream.c | 211 _STLP_PRIV __get_num(*this, __lval); 229 _STLP_PRIV __get_num(*this, __lval); 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); [all …]
|
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() 104 …return _STLP_PRIV __partial_sum(__first, __last, __result, _STLP_VALUE_TYPE(__first, _InputIterato… in partial_sum() 123 return _STLP_PRIV __adjacent_difference(__first, __last, __result, in adjacent_difference() 125 … _STLP_PRIV __minus(_STLP_VALUE_TYPE(__first, _InputIterator))); in adjacent_difference() 132 return _STLP_PRIV __adjacent_difference(__first, __last, __result, in adjacent_difference() [all …]
|
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() 56 …_CharT* _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> … in _M_append_fast() 59 …_CharT* _M_append_fast_pos(_STLP_PRIV __char_wrapper<_CharT> __c, _CharT *__buf, size_type /*__pos… in _M_append_fast_pos() 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() [all …]
|
D | _vector.c | 91 …__new_finish = _STLP_PRIV __uninitialized_move(this->_M_start, __pos, __new_start, _TrivialUCopy()… in _M_insert_overflow_aux() 97 __new_finish = _STLP_PRIV __uninitialized_fill_n(__new_finish, __fill_len, __x); in _M_insert_overflow_aux() 99 …__new_finish = _STLP_PRIV __uninitialized_move(__pos, this->_M_finish, __new_finish, _TrivialUCopy… in _M_insert_overflow_aux() 112 …pointer __new_finish = __STATIC_CAST(pointer, _STLP_PRIV __copy_trivial(this->_M_start, __pos, __n… in _M_insert_overflow() 114 __new_finish = _STLP_PRIV __fill_n(__new_finish, __fill_len, __x); in _M_insert_overflow() 116 …__new_finish = __STATIC_CAST(pointer, _STLP_PRIV __copy_trivial(__pos, this->_M_finish, __new_fini… in _M_insert_overflow() 135 _STLP_PRIV __uninitialized_fill_n(__pos, __n, __x); in _M_fill_insert_aux() 153 … _STLP_PRIV __ucopy_ptrs(this->_M_finish - __n, this->_M_finish, this->_M_finish, _TrivialUCopy()); 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() [all …]
|
D | _algobase.h | 89 _STLP_PRIV __swap_aux(__a, __b, _Implemented()); in swap() 114 _STLP_PRIV __iter_swap_aux_aux( __i1, __i2, _STLP_VALUE_TYPE(__i1,_ForwardIter1) ); in __iter_swap_aux() 121 …_STLP_PRIV __iter_swap_aux( __i1, __i2, _IsOKToSwap(_STLP_VALUE_TYPE(__i1, _ForwardIter1), _STLP_V… in iter_swap() 262 return _STLP_PRIV __copy(__first, __last, __result, random_access_iterator_tag(), (ptrdiff_t*)0); in __copy_ptrs() 269 return (_OutputIter)_STLP_PRIV __copy_trivial(__first, __last, __result); in __copy_ptrs() 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() 293 …return _STLP_PRIV __copy_aux(__first, __last, __result, _BothPtrType< _InputIter, _OutputIter>::_A… in copy() 301 return _STLP_PRIV __copy_backward(__first, __last, __result, in __copy_backward_ptrs() [all …]
|
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() 105 return _STLP_PRIV __lexicographical_compare_3way(__first1, __last1, __first2, __last2); in lexicographical_compare_3way() 216 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first, __last)) in find_if() 217 …return _STLP_PRIV __find_if(__first, __last, __pred, _STLP_ITERATOR_CATEGORY(__first, _InputIter)); in find_if() 222 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first, __last)) in find() [all …]
|
D | _iostream_string.h | 58 typedef _STLP_PRIV __iostring_allocator<_Tp1> other; 84 inline _STLP_PRIV __iostring_allocator<_Tp>& _STLP_CALL 85 __stl_alloc_rebind(_STLP_PRIV __iostring_allocator<_Tp>& __a, const _Tp*) in __stl_alloc_rebind() 88 inline _STLP_PRIV __iostring_allocator<_Tp> _STLP_CALL 89 __stl_alloc_create(const _STLP_PRIV __iostring_allocator<_Tp>&, const _Tp*) in __stl_alloc_create() 90 { return _STLP_PRIV __iostring_allocator<_Tp>(); } in __stl_alloc_create() 123 # define _STLP_BASIC_IOSTRING(_CharT) _STLP_PRIV __basic_iostring<_CharT>
|
D | _string.c | 69 _STLP_PRIV _Eq_char_bound<_Traits>(__x)) == _M_last; in operator() 83 { return __find_first_of(__first1, __last1, __first2, __last2, _STLP_PRIV _Eq_traits<_Traits>()); } in __str_find_first_of_aux() 108 { return _STLP_STD::find_if(__first1, __last1, _STLP_PRIV _Not_within_traits<_Traits>(__first2, __l… in __str_find_first_not_of_aux3() 131 { return _STLP_STD::find_if(__first1, __last1, _STLP_PRIV _Not_within_traits<_Traits>(__first2, __l… in __str_find_first_not_of_aux1() 172 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), this->_M_Finish(), __new_start); in _M_reserve() 186 _STLP_PRIV __uninitialized_fill_n(this->_M_finish + 1, __n - 1, __c); in append() 202 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), this->_M_Finish(), __new_start); in _M_append() 203 __new_finish = _STLP_PRIV __ucopy(__first, __last, __new_finish); in _M_append() 211 _STLP_PRIV __ucopy(__f1, __last, this->_M_finish + 1); in _M_append() 268 __new_pos = _STLP_PRIV __ucopy(this->_M_Start(), __p, __new_start); in _M_insert_aux() [all …]
|
D | _list.h | 151 struct __type_traits<_STLP_PRIV _List_iterator<_Tp, _Traits> > { 164 inline _Tp* value_type(const _STLP_PRIV _List_iterator<_Tp, _Traits>&) { return 0; } 165 inline bidirectional_iterator_tag iterator_category(const _STLP_PRIV _List_iterator_base&) { return… 166 inline ptrdiff_t* distance_type(const _STLP_PRIV _List_iterator_base&) { return 0; } 253 class list : public _STLP_PRIV _List_base<_Tp, _Alloc> 258 typedef _STLP_PRIV _List_base<_Tp, _Alloc> _Base; 260 typedef _STLP_PRIV _List_node<_Tp> _Node; 261 typedef _STLP_PRIV _List_node_base _Node_base; 275 typedef _STLP_PRIV _List_iterator<_Tp, _Nonconst_traits<_Tp> > iterator; 276 typedef _STLP_PRIV _List_iterator<_Tp, _Const_traits<_Tp> > const_iterator; [all …]
|
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> { 240 struct __type_traits< _STLP_PRIV _Bit_iter<_Ref, _Ptr> > { 250 inline random_access_iterator_tag iterator_category(const _STLP_PRIV _Bit_iterator_base&) 252 inline ptrdiff_t* distance_type(const _STLP_PRIV _Bit_iterator_base&) 254 inline bool* value_type(const _STLP_PRIV _Bit_iter<_STLP_PRIV _Bit_reference, _STLP_PRIV _Bit_refer… 256 inline bool* value_type(const _STLP_PRIV _Bit_iter<bool, const bool*>&) 358 class __BVECTOR_QUALIFIED : public _STLP_PRIV _Bvector_base<_Alloc > 363 typedef _STLP_PRIV _Bvector_base<_Alloc > _Base; 369 typedef _STLP_PRIV _Bit_reference reference; [all …]
|
/external/stlport/stlport/stl/debug/ |
D | _slist.h | 34 #define _STLP_NON_DBG_SLIST _STLP_PRIV _STLP_NON_DBG_NAME(slist) <_Tp, _Alloc> 41 value_type(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_SLIST >&) in value_type() 46 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_SLIST >&) in iterator_category() 77 _STLP_PRIV __construct_checker<_STLP_NON_DBG_SLIST > 85 typedef _STLP_PRIV __construct_checker<_STLP_NON_DBG_SLIST > _ConstructCheck; 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; 100 { _STLP_PRIV __invalidate_iterator(&_M_iter_list, __it); } in _Invalidate_iterator() 102 { _STLP_PRIV __invalidate_range(&_M_iter_list, __first, __last); } in _Invalidate_iterators() [all …]
|
D | _deque.h | 37 #define _STLP_NON_DBG_DEQUE _STLP_PRIV _STLP_NON_DBG_NAME(deque) <_Tp,_Alloc> 43 inline _Tp* value_type(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_DEQUE >&) in value_type() 46 inline random_access_iterator_tag iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_… in iterator_category() 55 _STLP_PRIV __construct_checker<_STLP_NON_DBG_DEQUE > 62 typedef _STLP_PRIV __construct_checker<_STLP_NON_DBG_DEQUE > _ConstructCheck; 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() 83 { _STLP_PRIV __invalidate_range(&_M_iter_list, __first, __last); } in _Invalidate_iterators() [all …]
|
D | _vector.h | 37 #define _STLP_NON_DBG_VECTOR _STLP_PRIV _STLP_NON_DBG_NAME(vector) <_Tp, _Alloc> 44 value_type(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_VECTOR >&) in value_type() 48 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_VECTOR >&) in iterator_category() 102 _STLP_PRIV __construct_checker< _STLP_NON_DBG_VECTOR > 110 typedef _STLP_PRIV __construct_checker<_STLP_NON_DBG_VECTOR > _ConstructCheck; 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… [all …]
|
D | _list.h | 41 #define _STLP_NON_DBG_LIST _STLP_PRIV _STLP_NON_DBG_NAME(list) <_Tp, _Alloc> 48 value_type(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_LIST >&) in value_type() 52 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_LIST >&) in iterator_category() 61 _STLP_PRIV __construct_checker<_STLP_NON_DBG_LIST > 68 typedef _STLP_PRIV __construct_checker<_STLP_NON_DBG_LIST > _ConstructCheck; 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() 86 { _STLP_PRIV __invalidate_range(&_M_iter_list, __first, __last); } in _Invalidate_iterators() [all …]
|
D | _hashtable.h | 73 _STLP_PRIV _STLP_NON_DBG_NAME(hashtable) <_Val, _Key, _HF, _Traits, _ExK, _STLP_PRIV _DbgEqual<_Key… 79 value_type(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_HT >&) in value_type() 85 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_HT >&) in iterator_category() 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; 125 { _STLP_PRIV __invalidate_iterator(&_M_iter_list, __it); } in _Invalidate_iterator() 127 { _STLP_PRIV __invalidate_range(&_M_iter_list, __first, __last); } in _Invalidate_iterators() 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() [all …]
|
D | _string.h | 28 #define _STLP_NON_DBG_STRING _STLP_PRIV _STLP_NON_DBG_STRING_NAME <_CharT, _Traits, _Alloc> 33 value_type(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_STRING >&) in value_type() 37 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_STRING >&) in iterator_category() 48 _STLP_PRIV __construct_checker<_STLP_NON_DBG_STRING > 56 typedef _STLP_PRIV __construct_checker<_STLP_NON_DBG_STRING > _ConstructCheck; 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; 81 { _STLP_PRIV __invalidate_iterator(&_M_iter_list, __it); } in _Invalidate_iterator() 83 { _STLP_PRIV __invalidate_range(&_M_iter_list, __f, __l); } in _Invalidate_iterators() [all …]
|
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() 56 …_Base& _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> c… in _M_append_fast() 59 …_Base& _M_append_fast_pos(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str, size_type /*__pos*/… in _M_append_fast_pos() 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() [all …]
|
/external/stlport/stlport/stl/pointers/ |
D | _set.h | 63 typedef _STLP_PRIV _AssocStorageTypes<_Key, _Compare> _AssocStorageTypes; 67 typedef _STLP_PRIV _AssocStorageTypes<_Key, _Compare>::_KeyStorageType _KeyStorageType; 68 typedef _STLP_PRIV _AssocStorageTypes<_Key, _Compare>::_CompareStorageType _CompareStorageType; 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, 92 _KeyStorageType, _STLP_PRIV _Identity<_KeyStorageType>, [all …]
|
/external/stlport/src/ |
D | locale_impl.cpp | 170 _Locale_ctype *__lct = _STLP_PRIV __acquire_ctype(name, buf, hint, &__err_code); in insert_ctype_facets() 181 _STLP_UNWIND(_STLP_PRIV __release_ctype(__lct)); in insert_ctype_facets() 190 _Locale_ctype *__lwct = _STLP_PRIV __acquire_ctype(name, buf, hint, &__err_code); in insert_ctype_facets() 199 _STLP_UNWIND(_STLP_PRIV __release_ctype(__lwct)); in insert_ctype_facets() 201 _Locale_codecvt *__lwcvt = _STLP_PRIV __acquire_codecvt(name, buf, hint, &__err_code); in insert_ctype_facets() 206 _STLP_UNWIND(_STLP_PRIV __release_codecvt(__lwcvt); delete wct); in insert_ctype_facets() 253 _Locale_numeric *__lpunct = _STLP_PRIV __acquire_numeric(name, buf, hint, &__err_code); in insert_numeric_facets() 263 _STLP_UNWIND(_STLP_PRIV __release_numeric(__lpunct)); in insert_numeric_facets() 266 _Locale_numeric *__lwpunct = _STLP_PRIV __acquire_numeric(name, buf, hint, &__err_code); in insert_numeric_facets() 276 _STLP_UNWIND(_STLP_PRIV __release_numeric(__lwpunct); delete punct); in insert_numeric_facets() [all …]
|