Searched refs:b_str (Results 1 – 3 of 3) sorted by relevance
50 { return _M_append_fast(__s.b_str(), __str); } in _M_append_fast()72 { return _M_append_fast_pos(__s.b_str(), __str, __pos, __n); } in _M_append_fast_pos()
50 { return _M_append_fast(__s.b_str(), __buf); } in _M_append_fast()73 { return _M_append_fast_pos(__s.b_str(), __buf, __pos, __n); } in _M_append_fast_pos()
74 _BString const& b_str() const { return _BStr; } in b_str() function