Home | History | Annotate | Download | only in src

Lines Matching full:output_string

43 #include "google/output_string.h"
346 OutputStringInterface* output_string);
791 OutputString<string> output_string(&custom_code_table_string_);
794 &output_string)) {
834 OutputStringInterface* output_string) {
840 // output_string to match the expected length. The interface guarantees
841 // not to resize the output_string more than once per target window
843 output_string->ReserveAdditionalBytes(bytes_decoded_this_chunk
846 output_string->append(
862 OutputStringInterface* output_string) {
889 output_string);
1379 OutputStringInterface* output_string) {
1380 return impl_->DecodeChunk(data, len, output_string);