google.golang.org/protobuf/proto.UnmarshalOptions.AllowPartial (field)
8 uses
google.golang.org/protobuf/proto (current package)
decode.go#L34: AllowPartial bool
decode.go#L77: allowPartial := o.AllowPartial
decode.go#L79: o.AllowPartial = true
google.golang.org/protobuf/encoding/protojson
well_known_types.go#L141: AllowPartial: true, // never check required fields inside an Any
google.golang.org/protobuf/encoding/prototext
encode.go#L414: AllowPartial: true,
google.golang.org/protobuf/internal/filedesc
desc_lazy.go#L696: AllowPartial: true,
google.golang.org/protobuf/internal/impl
decode.go#L31: AllowPartial: true,
github.com/golang/protobuf/proto
wire.go#L65: AllowPartial: true,
![]() |
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. |