vendor/google.golang.org/protobuf/runtime/protoiface/methods.go
changeset 260 445e01aede7e
parent 256 6d9efbef00a9
equal deleted inserted replaced
259:db4911b0c721 260:445e01aede7e
   101 	Flags    UnmarshalInputFlags
   101 	Flags    UnmarshalInputFlags
   102 	Resolver interface {
   102 	Resolver interface {
   103 		FindExtensionByName(field protoreflect.FullName) (protoreflect.ExtensionType, error)
   103 		FindExtensionByName(field protoreflect.FullName) (protoreflect.ExtensionType, error)
   104 		FindExtensionByNumber(message protoreflect.FullName, field protoreflect.FieldNumber) (protoreflect.ExtensionType, error)
   104 		FindExtensionByNumber(message protoreflect.FullName, field protoreflect.FieldNumber) (protoreflect.ExtensionType, error)
   105 	}
   105 	}
       
   106 	Depth int
   106 }
   107 }
   107 
   108 
   108 // UnmarshalOutput is output from the Unmarshal method.
   109 // UnmarshalOutput is output from the Unmarshal method.
   109 type UnmarshalOutput = struct {
   110 type UnmarshalOutput = struct {
   110 	pragma.NoUnkeyedLiterals
   111 	pragma.NoUnkeyedLiterals