runtime/pprof.protobuf.varint (method)
7 uses
runtime/pprof (current package)
protobuf.go#L14: func (b *protobuf) varint(x uint64) {
protobuf.go#L23: b.varint(uint64(tag)<<3 | 2)
protobuf.go#L24: b.varint(uint64(len))
protobuf.go#L29: b.varint(uint64(tag)<<3 | 0)
protobuf.go#L30: b.varint(x)
protobuf.go#L38: b.varint(u)
protobuf.go#L77: b.varint(uint64(u))
![]() |
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. |