github.com/golang/protobuf/proto.TextMarshaler.Marshal (method)

3 uses

	github.com/golang/protobuf/proto (current package)
		text_encode.go#L32: func (tm *TextMarshaler) Marshal(w io.Writer, m Message) error {
		text_encode.go#L97: func MarshalText(w io.Writer, m Message) error { return defaultTextMarshaler.Marshal(w, m) }
		text_encode.go#L103: func CompactText(w io.Writer, m Message) error { return compactTextMarshaler.Marshal(w, m) }