Lines Matching defs:UnmarshalOptions
24 type UnmarshalOptions struct { struct
25 pragma.NoUnkeyedLiterals
30 Merge bool
35 AllowPartial bool
38 DiscardUnknown bool
42 Resolver interface {
49 RecursionLimit int
61 func (o UnmarshalOptions) Unmarshal(b []byte, m Message) error {
73 …nmarshalOptions) UnmarshalState(in protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {
83 …lOptions) unmarshal(b []byte, m protoreflect.Message) (out protoiface.UnmarshalOutput, err error) {
122 func (o UnmarshalOptions) unmarshalMessage(b []byte, m protoreflect.Message) error {
127 func (o UnmarshalOptions) unmarshalMessageSlow(b []byte, m protoreflect.Message) error {
191 … wtyp protowire.Type, m protoreflect.Message, fd protoreflect.FieldDescriptor) (n int, err error) {
209 …, wtyp protowire.Type, mapv protoreflect.Map, fd protoreflect.FieldDescriptor) (n int, err error) {