Home | History | Annotate | Download | only in src

Lines Matching refs:CanonOutput

96                         CanonOutput* output);
99 CanonOutput* output);
224 inline void AppendCharToOutput(unsigned char ch, CanonOutput* output) {
231 inline void AppendUTF8Value(unsigned char_value, CanonOutput* output) {
232 DoAppendUTF8<CanonOutput, AppendCharToOutput>(char_value, output);
239 inline void AppendUTF8EscapedValue(unsigned char_value, CanonOutput* output) {
240 DoAppendUTF8<CanonOutput, AppendEscapedChar>(char_value, output);
291 CanonOutput* output) {
303 CanonOutput* output) {
360 CanonOutput* output);
362 CanonOutput* output);
375 CanonOutput* output);
384 CanonOutput* output);
411 // additional data is added and the CanonOutput resizes its buffer.
418 CanonOutput* utf8_buffer,
427 CanonOutput* output);
431 CanonOutput* output);