type google.golang.org/protobuf/proto.UnmarshalOptions
22 uses
google.golang.org/protobuf/proto (current package)
decode.go#L23: type UnmarshalOptions struct {
decode.go#L62: _, err := UnmarshalOptions{RecursionLimit: protowire.DefaultRecursionLimit}.unmarshal(b, m.ProtoReflect())
decode.go#L68: func (o UnmarshalOptions) Unmarshal(b []byte, m Message) error {
decode.go#L80: func (o UnmarshalOptions) UnmarshalState(in protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {
decode.go#L90: func (o UnmarshalOptions) unmarshal(b []byte, m protoreflect.Message) (out protoiface.UnmarshalOutput, err error) {
decode.go#L139: func (o UnmarshalOptions) unmarshalMessage(b []byte, m protoreflect.Message) error {
decode.go#L144: func (o UnmarshalOptions) unmarshalMessageSlow(b []byte, m protoreflect.Message) error {
decode.go#L204: func (o UnmarshalOptions) unmarshalSingular(b []byte, wtyp protowire.Type, m protoreflect.Message, fd protoreflect.FieldDescriptor) (n int, err error) {
decode.go#L222: func (o UnmarshalOptions) unmarshalMap(b []byte, wtyp protowire.Type, mapv protoreflect.Map, fd protoreflect.FieldDescriptor) (n int, err error) {
decode_gen.go#L22: func (o UnmarshalOptions) unmarshalScalar(b []byte, wtyp protowire.Type, fd protoreflect.FieldDescriptor) (val protoreflect.Value, n int, err error) {
decode_gen.go#L194: func (o UnmarshalOptions) unmarshalList(b []byte, wtyp protowire.Type, list protoreflect.List, fd protoreflect.FieldDescriptor) (n int, err error) {
messageset.go#L64: func (o UnmarshalOptions) unmarshalMessageSet(b []byte, m protoreflect.Message) error {
messageset.go#L81: func (o UnmarshalOptions) unmarshalMessageSetField(m protoreflect.Message, num protowire.Number, v []byte) error {
google.golang.org/protobuf/encoding/protojson
well_known_types.go#L133: err = proto.UnmarshalOptions{
google.golang.org/protobuf/encoding/prototext
encode.go#L360: err = proto.UnmarshalOptions{
google.golang.org/protobuf/internal/filedesc
desc_lazy.go#L685: if err := (proto.UnmarshalOptions{
google.golang.org/protobuf/internal/impl
decode.go#L31: func (o unmarshalOptions) Options() proto.UnmarshalOptions {
decode.go#L32: return proto.UnmarshalOptions{
google.golang.org/protobuf/types/known/anypb
any.pb.go#L282: func UnmarshalTo(src *Any, dst proto.Message, opts proto.UnmarshalOptions) error {
any.pb.go#L301: func UnmarshalNew(src *Any, opts proto.UnmarshalOptions) (dst proto.Message, err error) {
any.pb.go#L359: return UnmarshalTo(x, m, proto.UnmarshalOptions{})
any.pb.go#L366: return UnmarshalNew(x, proto.UnmarshalOptions{})