Lines Matching refs:__buffer
846 _Rope_flatten_char_consumer(_CharT* __buffer) in _GLIBCXX_VISIBILITY()
847 { _M_buf_ptr = __buffer; } in _GLIBCXX_VISIBILITY()
963 _CharT* __buffer = in _GLIBCXX_VISIBILITY() local
967 (*(__f->_M_fn))(__begin, __len, __buffer); in _GLIBCXX_VISIBILITY()
968 __result = __c(__buffer, __len); in _GLIBCXX_VISIBILITY()
969 _Alloc().deallocate(__buffer, __len * sizeof(_CharT)); in _GLIBCXX_VISIBILITY()
973 _Alloc().deallocate(__buffer, __len * sizeof(_CharT)); in _GLIBCXX_VISIBILITY()
1051 _CharT* __buffer) in _GLIBCXX_VISIBILITY()
1053 _Rope_flatten_char_consumer<_CharT> __c(__buffer); in _GLIBCXX_VISIBILITY()
1055 return(__buffer + __len); in _GLIBCXX_VISIBILITY()
1076 _S_flatten(_RopeRep* __r, _CharT* __buffer) in _GLIBCXX_VISIBILITY()
1079 return __buffer; in _GLIBCXX_VISIBILITY()
1087 _CharT* __rest = _S_flatten(__left, __buffer); in _GLIBCXX_VISIBILITY()
1093 return copy_n(__l->_M_data, __l->_M_size, __buffer).second; in _GLIBCXX_VISIBILITY()
1101 (*(__f->_M_fn))(0, __f->_M_size, __buffer); in _GLIBCXX_VISIBILITY()
1102 return __buffer + __f->_M_size; in _GLIBCXX_VISIBILITY()
1172 _CharT __buffer[__max_len + 1]; in _GLIBCXX_VISIBILITY() local
1175 _S_flatten(__prefix, __buffer); in _GLIBCXX_VISIBILITY()
1176 __buffer[__prefix->_M_size] = _S_eos((_CharT*)0); in _GLIBCXX_VISIBILITY()
1177 printf("%s%s\n", (char*)__buffer, in _GLIBCXX_VISIBILITY()