type google.golang.org/protobuf/proto.UnmarshalOptions
25 uses
google.golang.org/protobuf/proto (current package)
decode.go#L23: type UnmarshalOptions struct {
decode.go#L49: _, err := UnmarshalOptions{}.unmarshal(b, m.ProtoReflect())
decode.go#L54: func (o UnmarshalOptions) Unmarshal(b []byte, m Message) error {
decode.go#L63: func (o UnmarshalOptions) UnmarshalState(in protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {
decode.go#L70: func (o UnmarshalOptions) unmarshal(b []byte, m protoreflect.Message) (out protoiface.UnmarshalOutput, err error) {
decode.go#L104: func (o UnmarshalOptions) unmarshalMessage(b []byte, m protoreflect.Message) error {
decode.go#L109: func (o UnmarshalOptions) unmarshalMessageSlow(b []byte, m protoreflect.Message) error {
decode.go#L173: func (o UnmarshalOptions) unmarshalSingular(b []byte, wtyp protowire.Type, m protoreflect.Message, fd protoreflect.FieldDescriptor) (n int, err error) {
decode.go#L191: 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#L54: func (o UnmarshalOptions) unmarshalMessageSet(b []byte, m protoreflect.Message) error {
messageset.go#L71: func (o UnmarshalOptions) unmarshalMessageSetField(m protoreflect.Message, num protowire.Number, v []byte) error {
google.golang.org/protobuf/encoding/protojson
well_known_types.go#L140: err = proto.UnmarshalOptions{
google.golang.org/protobuf/encoding/prototext
encode.go#L413: err = proto.UnmarshalOptions{
google.golang.org/protobuf/internal/filedesc
desc_lazy.go#L695: if err := (proto.UnmarshalOptions{
google.golang.org/protobuf/internal/impl
decode.go#L28: func (o unmarshalOptions) Options() proto.UnmarshalOptions {
decode.go#L29: return proto.UnmarshalOptions{
google.golang.org/protobuf/types/known/anypb
any.pb.go#L281: func UnmarshalTo(src *Any, dst proto.Message, opts proto.UnmarshalOptions) error {
any.pb.go#L300: func UnmarshalNew(src *Any, opts proto.UnmarshalOptions) (dst proto.Message, err error) {
any.pb.go#L358: return UnmarshalTo(x, m, proto.UnmarshalOptions{})
any.pb.go#L365: return UnmarshalNew(x, proto.UnmarshalOptions{})
github.com/golang/protobuf/proto
deprecated.go#L112: return protoV2.UnmarshalOptions{Merge: true}.Unmarshal(b, MessageV2(m))
extensions.go#L149: if err := (proto.UnmarshalOptions{
wire.go#L64: out, err := protoV2.UnmarshalOptions{
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |