Lines Matching refs:__buffer
849 _Rope_flatten_char_consumer(_CharT* __buffer) in _GLIBCXX_VISIBILITY()
850 { _M_buf_ptr = __buffer; } in _GLIBCXX_VISIBILITY()
966 _CharT* __buffer = in _GLIBCXX_VISIBILITY() local
970 (*(__f->_M_fn))(__begin, __len, __buffer); in _GLIBCXX_VISIBILITY()
971 __result = __c(__buffer, __len); in _GLIBCXX_VISIBILITY()
972 _Alloc().deallocate(__buffer, __len * sizeof(_CharT)); in _GLIBCXX_VISIBILITY()
976 _Alloc().deallocate(__buffer, __len * sizeof(_CharT)); in _GLIBCXX_VISIBILITY()
1054 _CharT* __buffer) in _GLIBCXX_VISIBILITY()
1056 _Rope_flatten_char_consumer<_CharT> __c(__buffer); in _GLIBCXX_VISIBILITY()
1058 return(__buffer + __len); in _GLIBCXX_VISIBILITY()
1079 _S_flatten(_RopeRep* __r, _CharT* __buffer) in _GLIBCXX_VISIBILITY()
1082 return __buffer; in _GLIBCXX_VISIBILITY()
1090 _CharT* __rest = _S_flatten(__left, __buffer); in _GLIBCXX_VISIBILITY()
1096 return copy_n(__l->_M_data, __l->_M_size, __buffer).second; in _GLIBCXX_VISIBILITY()
1104 (*(__f->_M_fn))(0, __f->_M_size, __buffer); in _GLIBCXX_VISIBILITY()
1105 return __buffer + __f->_M_size; in _GLIBCXX_VISIBILITY()
1175 _CharT __buffer[__max_len + 1]; in _GLIBCXX_VISIBILITY() local
1178 _S_flatten(__prefix, __buffer); in _GLIBCXX_VISIBILITY()
1179 __buffer[__prefix->_M_size] = _S_eos((_CharT*)0); in _GLIBCXX_VISIBILITY()
1180 printf("%s%s\n", (char*)__buffer, in _GLIBCXX_VISIBILITY()