Home
last modified time | relevance | path

Searched defs:MarshalInput (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/golang-protobuf/runtime/protoiface/
H A Dmethods.go71 type MarshalInput = struct { struct
72 pragma.NoUnkeyedLiterals
74 Message protoreflect.Message
75 Buf []byte // output is appended to this buffer
76 Flags MarshalInputFlags
/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dencode.go100 func (mi *MessageInfo) marshal(in piface.MarshalInput) (out piface.MarshalOutput, err error) {
H A Dlegacy_message.go396 func legacyMarshal(in protoiface.MarshalInput) (protoiface.MarshalOutput, error) {