Searched refs:compactTextMarshaler (Results 1 – 1 of 1) sorted by relevance
829 compactTextMarshaler = TextMarshaler{Compact: true} var842 func CompactText(w io.Writer, pb Message) error { return compactTextMarshaler.Marshal(w, pb) }845 func CompactTextString(pb Message) string { return compactTextMarshaler.Text(pb) }