Home
last modified time | relevance | path

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

/external/golang-protobuf/proto/
Dany_test.go47 expandedCompactMarshaler = proto.TextMarshaler{Compact: true, ExpandAny: true} var
215 if got, want := expandedCompactMarshaler.Text(tt.m), tt.c; got != want {