Home
last modified time | relevance | path

Searched refs:compactTextMarshaler (Results 1 – 1 of 1) sorted by relevance

/external/golang-protobuf/proto/
Dtext.go829 compactTextMarshaler = TextMarshaler{Compact: true} var
842 func CompactText(w io.Writer, pb Message) error { return compactTextMarshaler.Marshal(w, pb) }
845 func CompactTextString(pb Message) string { return compactTextMarshaler.Text(pb) }