Home | History | Annotate | Download | only in src

Lines Matching refs:CanonOutput

97                         CanonOutput* output);
100 CanonOutput* output);
217 inline void AppendCharToOutput(unsigned char ch, CanonOutput* output) {
224 inline void AppendUTF8Value(unsigned char_value, CanonOutput* output) {
225 DoAppendUTF8<CanonOutput, AppendCharToOutput>(char_value, output);
232 inline void AppendUTF8EscapedValue(unsigned char_value, CanonOutput* output) {
233 DoAppendUTF8<CanonOutput, AppendEscapedChar>(char_value, output);
284 CanonOutput* output) {
296 CanonOutput* output) {
353 CanonOutput* output);
355 CanonOutput* output);
368 CanonOutput* output);
377 CanonOutput* output);
404 // additional data is added and the CanonOutput resizes its buffer.
411 CanonOutput* utf8_buffer,
420 CanonOutput* output);
424 CanonOutput* output);