Home
last modified time | relevance | path

Searched defs:TextMarshaler (Results 1 – 1 of 1) sorted by relevance

/external/golang-protobuf/proto/
Dtext.go771 type TextMarshaler struct { struct
772 Compact bool // use compact text format (one line).
773 ExpandAny bool // expand google.protobuf.Any messages of known types
778 func (tm *TextMarshaler) Marshal(w io.Writer, pb Message) error {
821 func (tm *TextMarshaler) Text(pb Message) string {