Searched refs:_M_grab (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Drc_string_base.h195 _M_grab(const _Alloc& __alloc) const function in class:__rc_string_base
484 __rcs._M_grab(__rcs._M_get_allocator())) { }
631 _CharT* __tmp = __rcs._M_grab(_M_get_allocator());
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Drc_string_base.h195 _M_grab(const _Alloc& __alloc) const function in class:__rc_string_base
484 __rcs._M_grab(__rcs._M_get_allocator())) { }
631 _CharT* __tmp = __rcs._M_grab(_M_get_allocator());
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dcow_string.h261 _M_grab(const _Alloc& __alloc1, const _Alloc& __alloc2) function in struct:basic_string::_Rep
544 : _M_dataplus(__str._M_rep()->_M_grab(_Alloc(__str.get_allocator()),
653 : _M_dataplus(__str._M_rep()->_M_grab(__a, __str.get_allocator()), __a)
3166 _CharT* __tmp = __str._M_rep()->_M_grab(__a, __str.get_allocator());
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dbasic_string.h3299 _M_grab(const _Alloc& __alloc1, const _Alloc& __alloc2)
3674 : _M_dataplus(__str._M_rep()->_M_grab(__a, __str.get_allocator()), __a)

Completed in 169 milliseconds