Searched refs:textWriter (Results 1 – 2 of 2) sorted by relevance
70 type textWriter struct { struct77 func (w *textWriter) WriteString(s string) (n int, err error) { argument91 func (w *textWriter) Write(p []byte) (n int, err error) { argument140 func (w *textWriter) WriteByte(c byte) error { argument152 func (w *textWriter) indent() { w.ind++ } argument154 func (w *textWriter) unindent() { argument162 func writeName(w *textWriter, props *Properties) error { argument207 func (tm *TextMarshaler) writeProto3Any(w *textWriter, sv reflect.Value) (bool, error) { argument253 func (tm *TextMarshaler) writeStruct(w *textWriter, sv reflect.Value) error { argument462 func (tm *TextMarshaler) writeAny(w *textWriter, v reflect.Value, props *Properties) error { argument[all …]
41 public TextWriterLogger(TextWriter textWriter) : this(() => textWriter) in TextWriterLogger() argument43 GrpcPreconditions.CheckNotNull(textWriter); in TextWriterLogger()