Lines Matching refs:_M_size
285 : _M_size(__size), _M_data_allocator(__a) {} in _Rope_rep_alloc_base()
286 size_t _M_size; // This is here only to avoid wasting space variable
313 : _M_size(__size) {} in _Rope_rep_alloc_base()
314 size_t _M_size; variable
353 _Rope_rep_base(size_t __size, const allocator_type&) : _M_size(__size) {} in _Rope_rep_base()
354 size_t _M_size; variable
582 __STL_FREE_STRING(_M_data, _M_size, get_allocator()); in ~_Rope_RopeLeaf()
598 __l->_M_size + __r->_M_size, __a), in _Rope_RopeConcatenation()
677 __stl_assert(__start_pos + __req_len <= _M_size); in operator()
678 __stl_assert(_M_start + _M_size <= _M_base->_M_size); in operator()
701 __stl_assert(__s + __l <= __b->_M_size); in _Rope_RopeSubstring()
1565 { return (__r->_M_size >= _S_min_len[__r->_M_depth]); }
1569 __r->_M_size >= _S_min_len[__r->_M_depth - 1]); }
1573 __r->_M_size >= _S_min_len[__r->_M_depth - 2]); }
1705 _S_substring(_M_tree_ptr, 0, _M_tree_ptr->_M_size - 1);
1711 return _S_fetch(_M_tree_ptr, _M_tree_ptr->_M_size - 1);
1730 _M_tree_ptr = _S_substring(_M_tree_ptr, 1, _M_tree_ptr->_M_size);
1824 return(0 == _M_tree_ptr? 0 : _M_tree_ptr->_M_size);
1958 _S_substring(__old, __pos2, __old->_M_size));