Searched refs:_M_rep (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/libstdc++/include/ext/
H A Drc_string_base.h66 * __rc_string_base::_M_rep(); and the allocation function which gets a
194 _M_rep() const function in class:__rc_string_base
201 ? _M_rep()->_M_refcopy() : _M_rep()->_M_clone(__alloc);
207 if (__exchange_and_add_dispatch(&_M_rep()->_M_info._M_refcount,
209 _M_rep()->_M_destroy(_M_get_allocator());
214 { return _M_rep()->_M_info._M_refcount < 0; }
218 { _M_rep()->_M_info._M_refcount = 0; }
276 { return _M_rep()->_M_info._M_length; }
280 { return _M_rep()
[all...]
/freebsd-10.3-release/contrib/libstdc++/include/bits/
H A Dbasic_string.h89 * string::_M_rep(); and the allocation function which gets a
287 _M_rep() const function in class:basic_string
303 if (!_M_rep()->_M_is_leaked())
493 { _M_rep()->_M_dispose(this->get_allocator()); }
606 { return _M_rep()->_M_length; }
612 { return _M_rep()->_M_length; }
652 { return _M_rep()->_M_capacity; }
872 if (__len > this->capacity() || _M_rep()->_M_is_shared())
875 _M_rep()->_M_set_length_and_sharable(__len);
1111 _M_rep()
[all...]

Completed in 60 milliseconds