google.golang.org/protobuf/proto.MarshalOptions.size (method)
5 uses
google.golang.org/protobuf/proto (current package)
messageset.go#L20: size += protowire.SizeBytes(o.size(v.Message()))
size.go#L26: return o.size(m.ProtoReflect())
size.go#L32: func (o MarshalOptions) size(m protoreflect.Message) (size int) {
size_gen.go#L49: return protowire.SizeBytes(o.size(v.Message()))
size_gen.go#L51: return protowire.SizeGroup(num, o.size(v.Message()))
![]() |
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. |