google.golang.org/protobuf/proto.UnmarshalOptions.unmarshalScalar (method)
4 uses
google.golang.org/protobuf/proto (current package)
decode.go#L174: v, n, err := o.unmarshalScalar(b, wtyp, fd)
decode.go#L225: key, n, err = o.unmarshalScalar(b, wtyp, keyField)
decode.go#L232: v, n, err = o.unmarshalScalar(b, wtyp, valField)
decode_gen.go#L22: func (o UnmarshalOptions) unmarshalScalar(b []byte, wtyp protowire.Type, fd protoreflect.FieldDescriptor) (val protoreflect.Value, n int, err error) {
 |
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. |