Searched defs:UnmarshalInput (Results 1 – 4 of 4) sorted by relevance
96 type UnmarshalInput = struct { struct97 pragma.NoUnkeyedLiterals99 Message protoreflect.Message100 Buf []byte // input buffer101 Flags UnmarshalInputFlags102 Resolver interface {106 Depth int
59 func (mi *MessageInfo) unmarshal(in protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {
59 func Validate(mt protoreflect.MessageType, in protoiface.UnmarshalInput) (out protoiface.UnmarshalO…
411 func legacyUnmarshal(in protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {