Searched refs:ExpandAny (Results 1 – 3 of 3) sorted by relevance
46 expandedMarshaler = proto.TextMarshaler{ExpandAny: true}47 expandedCompactMarshaler = proto.TextMarshaler{Compact: true, ExpandAny: true}
254 if tm.ExpandAny && isAny(sv) {771 ExpandAny bool // expand google.protobuf.Any messages of known types member