Home
last modified time | relevance | path

Searched refs:_M_create (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Dsso_string_base.h85 _M_create(size_type&, size_type); in _GLIBCXX_BEGIN_NAMESPACE()
304 _M_create(size_type& __capacity, size_type __old_capacity) in _M_create() function
381 _CharT* __another = _M_create(__capacity, __len); in _M_construct()
416 _M_data(_M_create(__dnew, size_type(0))); in _M_construct()
439 _M_data(_M_create(__n, size_type(0))); in _M_construct()
462 _CharT* __tmp = _M_create(__new_capacity, __capacity); in _M_assign()
490 _CharT* __tmp = _M_create(__res, __capacity); in _M_reserve()
514 _CharT* __r = _M_create(__new_capacity, _M_capacity()); in _M_mutate()