Searched defs:MarshalOptions (Results  1 – 5 of 5) sorted by relevance
| /external/golang-protobuf/proto/ | 
| D | encode.go | 21 type MarshalOptions struct {  struct 22 	pragma.NoUnkeyedLiterals 27 	AllowPartial bool 50 	Deterministic bool 70 	UseCachedSize bool 88 func (o MarshalOptions) Marshal(m Message) ([]byte, error) { 119 func (o MarshalOptions) MarshalAppend(b []byte, m Message) ([]byte, error) { 133 func (o MarshalOptions) MarshalState(in protoiface.MarshalInput) (protoiface.MarshalOutput, error) { 140 …rshalOptions) marshal(b []byte, m protoreflect.Message) (out protoiface.MarshalOutput, err error) { 179 func (o MarshalOptions) marshalMessage(b []byte, m protoreflect.Message) ([]byte, error) { [all …] 
 | 
| /external/golang-protobuf/encoding/prototext/ | 
| D | encode.go | 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 { [all …] 
 | 
| /external/golang-protobuf/encoding/protojson/ | 
| D | encode.go | 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 { [all …] 
 | 
| /external/golang-protobuf/encoding/protodelim/ | 
| D | protodelim.go | 19 type MarshalOptions struct{ proto.MarshalOptions }  argument 23 func (o MarshalOptions) MarshalTo(w io.Writer, m proto.Message) (int, error) {
  | 
| /external/golang-protobuf/types/known/anypb/ | 
| D | any.pb.go | 262 func MarshalFrom(dst *Any, src proto.Message, opts proto.MarshalOptions) error {
  |