Lines Matching defs:MarshalOptions
42 type MarshalOptions struct { struct
43 pragma.NoUnkeyedLiterals
48 Multiline bool
54 Indent string
59 AllowPartial bool
63 UseProtoNames bool
66 UseEnumNumbers bool
82 EmitUnpopulated bool
86 Resolver interface {
96 func (o MarshalOptions) Format(m proto.Message) string {
108 func (o MarshalOptions) Marshal(m proto.Message) ([]byte, error) {
115 func (o MarshalOptions) marshal(m proto.Message) ([]byte, error) {