Lines Matching defs:MarshalOptions
44 type MarshalOptions struct { struct
45 pragma.NoUnkeyedLiterals
50 Multiline bool
56 Indent string
60 EmitASCII bool
65 allowInvalidUTF8 bool
70 AllowPartial bool
75 EmitUnknown bool
79 Resolver interface {
89 func (o MarshalOptions) Format(m proto.Message) string {
103 func (o MarshalOptions) Marshal(m proto.Message) ([]byte, error) {
110 func (o MarshalOptions) marshal(m proto.Message) ([]byte, error) {