google.golang.org/protobuf/proto.MarshalOptions.sizeSingular (method)
4 uses
google.golang.org/protobuf/proto (current package)
size.go#L71: return protowire.SizeTag(num) + o.sizeSingular(num, fd.Kind(), value)
size.go#L79: content += o.sizeSingular(num, fd.Kind(), list.Get(i))
size.go#L85: size += protowire.SizeTag(num) + o.sizeSingular(num, fd.Kind(), list.Get(i))
size_gen.go#L14: func (o MarshalOptions) sizeSingular(num protowire.Number, kind protoreflect.Kind, v protoreflect.Value) int {
 |
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. |