Home
last modified time | relevance | path

Searched defs:UnmarshalInput (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/golang-protobuf/runtime/protoiface/
H A Dmethods.go96 type UnmarshalInput = struct { struct
97 pragma.NoUnkeyedLiterals
99 Message protoreflect.Message
100 Buf []byte // input buffer
101 Flags UnmarshalInputFlags
102 Resolver interface {
106 Depth int
/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Ddecode.go59 func (mi *MessageInfo) unmarshal(in protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {
H A Dvalidate.go59 func Validate(mt protoreflect.MessageType, in protoiface.UnmarshalInput) (out protoiface.UnmarshalO…
H A Dlegacy_message.go411 func legacyUnmarshal(in protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {