Home | History | Annotate | Download | only in google

Lines Matching refs:output_string

21 #include "google/output_string.h"
38 // if (!v.DecodeChunk(data, len, &output_string)) {
42 // process(output_string); // might have no new data, though
68 // they are appended to output_string.
73 // Note: we *append*, so the old contents of output_string stick around.
77 // output_string is guaranteed to be resized no more than once for each
83 OutputString<OutputType> output_string(output);
84 return DecodeChunkToInterface(data, len, &output_string);
88 OutputStringInterface* output_string);
161 OutputString<OutputType> output_string(target);
165 &output_string);