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

3 uses

	github.com/golang/protobuf/proto (current package)
		text_encode.go#L33: 	b, err := tm.marshal(m)
		text_encode.go#L44: 	b, _ := tm.marshal(m)
		text_encode.go#L48: func (tm *TextMarshaler) marshal(m Message) ([]byte, error) {