google.golang.org/protobuf/internal/impl.MessageInfo.sizePointer (method)
10 uses
google.golang.org/protobuf/internal/impl (current package)
codec_field.go#L230: return protowire.SizeBytes(f.mi.sizePointer(p.Elem(), opts)) + f.tagsize
codec_field.go#L235: b = protowire.AppendVarint(b, uint64(f.mi.sizePointer(p.Elem(), opts)))
codec_field.go#L386: return 2*f.tagsize + f.mi.sizePointer(p.Elem(), opts)
codec_field.go#L471: n += protowire.SizeBytes(f.mi.sizePointer(v, opts)) + f.tagsize
codec_field.go#L481: siz := f.mi.sizePointer(v, opts)
codec_field.go#L790: n += 2*f.tagsize + f.mi.sizePointer(v, opts)
codec_map.go#L108: valSize += protowire.SizeBytes(f.mi.sizePointer(p, opts))
codec_map.go#L252: valSize := f.mi.sizePointer(val, opts)
encode.go#L40: size := mi.sizePointer(p, marshalOptions{
encode.go#L46: func (mi *MessageInfo) sizePointer(p pointer, opts marshalOptions) (size 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. |