Lines Matching defs:__buf

41   _CharT* _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _CharT *__buf) {  in _M_append_fast()
45 _CharT* _M_append_fast(_CharT const* __s, size_type __s_size, _CharT *__buf) in _M_append_fast()
47 _CharT* _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf) in _M_append_fast()
49 _CharT* _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf) in _M_append_fast() argument
51 _CharT* _M_append_fast(_Self const& __s, _CharT *__buf) in _M_append_fast()
53 …CharT* _M_append_fast(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _CharT *__buf) in _M_append_fast() argument
56 …TLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *__buf) in _M_append_fast() argument
59 …_CharT* _M_append_fast_pos(_STLP_PRIV __char_wrapper<_CharT> __c, _CharT *__buf, size_type /*__pos… in _M_append_fast_pos()
65 _CharT* _M_append_fast_pos(_CharT const* __s, size_type __s_size, _CharT *__buf, in _M_append_fast_pos()
68 _CharT* _M_append_fast_pos(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf, in _M_append_fast_pos()
71 _CharT* _M_append_fast_pos(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf, in _M_append_fast_pos() argument
74 _CharT* _M_append_fast_pos(_Self const& __s, _CharT *__buf, in _M_append_fast_pos()
77 …T* _M_append_fast_pos(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _CharT *__buf, in _M_append_fast_pos() argument
83 _CharT *__buf, size_type __pos, size_type __n) { in _M_append_fast_pos()