Searched refs:_M_size (Results 1 – 6 of 6) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _rope.c | 79 size_t _p_size = _M_size._M_data + 1; in _M_free_c_string() 81 _M_size.deallocate(__cstr, _p_size); in _M_free_c_string() 101 __x._M_buf_end = __x._M_buf_start + __leaf->_M_size._M_data; in _S_setbuf() 108 size_t __leaf_end = __leaf_pos + __leaf->_M_size._M_data; in _S_setbuf() 145 _STLP_ASSERT(__pos <= __x._M_root->_M_size._M_data) in _S_setcache() 146 if (__pos >= __x._M_root->_M_size._M_data) { in _S_setcache() 154 __x._M_buf_end = __curr_rope->_M_c_string + __curr_rope->_M_size._M_data; in _S_setcache() 175 size_t __left_len = __left->_M_size._M_data; in _S_setcache() 212 size_t __len = __current_node->_M_size._M_data; in _S_setcache_for_incr() 217 _STLP_ASSERT(__x._M_current_pos <= __x._M_root->_M_size._M_data) in _S_setcache_for_incr() [all …]
|
D | _alloc.c | 49 __result->_M_size = (_STLP_UINT32_T)__n; in allocate() 61 _STLP_VERBOSE_ASSERT(__real_p->_M_size == __n, _StlMsg_DBA_SIZE_MISMATCH) in deallocate()
|
D | _valarray.h | 66 size_t _M_size; member 68 _Valarray_base() : _M_first(0), _M_size(0) {} in _Valarray_base() 69 _Valarray_base(size_t __n) : _M_first(0), _M_size(0) { _M_allocate(__n); } in _Valarray_base() 75 _M_size = __n; in _M_allocate() 79 _M_size = 0; in _M_allocate() 86 _M_size = 0; in _M_deallocate() 101 { uninitialized_fill_n(this->_M_first, this->_M_size, _STLP_DEFAULT_CONSTRUCTED(value_type)); } in valarray() 103 { uninitialized_fill_n(this->_M_first, this->_M_size, __x); } in valarray() 106 valarray(const valarray<_Tp>& __x) : _Valarray_base<_Tp>(__x._M_size) { in valarray() 107 uninitialized_copy(__x._M_first, __x._M_first + __x._M_size, in valarray() [all …]
|
D | _rope.h | 358 allocator_type get_allocator() const { return allocator_type(_M_size); } 362 _STLP_PRIV _STLP_alloc_proxy<size_t, _CharT, allocator_type> _M_size; 365 _Rope_RopeRep() : _Refcount_Base(1), _M_size(allocator_type(), 0) { 381 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0), _M_size(__a, _p_size) { 489 _RopeRep::_S_free_string(_M_data, this->_M_size._M_data, this->get_allocator()); 506 … __l->_M_size._M_data + __r->_M_size._M_data, __a), _M_left(__l), _M_right(__r) 580 _STLP_ASSERT(__start_pos + __req_len <= this->_M_size._M_data) 581 _STLP_ASSERT(_M_start + this->_M_size._M_data <= _M_base->_M_size._M_data) 605 _STLP_ASSERT(__s + __l <= __b->_M_size._M_data) 1304 { return (__r->_M_size._M_data >= _S_min_len[__r->_M_depth]); } [all …]
|
D | _valarray.c | 99 valarray<_Tp> __tmp(__slice._M_size(), _NoInit());
|
D | _alloc.h | 112 _STLP_UINT32_T _M_size; member
|