func github.com/golang/protobuf/proto.Size
4 uses
github.com/golang/protobuf/proto (current package)
buffer.go#L183: b.buf = protowire.AppendVarint(b.buf, uint64(Size(m)))
wire.go#L13: func Size(m Message) int {
cloud.google.com/go/logging
logging.go#L793: if err := l.bundler.Add(ent, proto.Size(ent)); err != nil {
contrib.go.opencensus.io/exporter/stackdriver
trace.go#L102: protoSize := proto.Size(protoSpan)
![]() |
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. |