Lines Matching refs:textWriter
70 type textWriter struct { struct
77 func (w *textWriter) WriteString(s string) (n int, err error) { argument
91 func (w *textWriter) Write(p []byte) (n int, err error) { argument
140 func (w *textWriter) WriteByte(c byte) error { argument
152 func (w *textWriter) indent() { w.ind++ } argument
154 func (w *textWriter) unindent() { argument
162 func writeName(w *textWriter, props *Properties) error { argument
207 func (tm *TextMarshaler) writeProto3Any(w *textWriter, sv reflect.Value) (bool, error) { argument
253 func (tm *TextMarshaler) writeStruct(w *textWriter, sv reflect.Value) error { argument
462 func (tm *TextMarshaler) writeAny(w *textWriter, v reflect.Value, props *Properties) error { argument
561 func writeString(w *textWriter, s string) error { argument
597 func writeUnknownStruct(w *textWriter, data []byte) (err error) { argument
664 func writeUnknownInt(w *textWriter, x uint64, err error) error { argument
681 func (tm *TextMarshaler) writeExtensions(w *textWriter, pv reflect.Value) error { argument
736 func (tm *TextMarshaler) writeExtension(w *textWriter, name string, pb interface{}) error { argument
754 func (w *textWriter) writeIndent() { argument
790 aw := &textWriter{