Searched defs:MarshalInput (Results 1 – 3 of 3) sorted by relevance
71 type MarshalInput = struct { struct72 pragma.NoUnkeyedLiterals74 Message protoreflect.Message75 Buf []byte // output is appended to this buffer76 Flags MarshalInputFlags
100 func (mi *MessageInfo) marshal(in piface.MarshalInput) (out piface.MarshalOutput, err error) {
396 func legacyMarshal(in protoiface.MarshalInput) (protoiface.MarshalOutput, error) {