func github.com/google/pprof/profile.encodeVarint
7 uses
github.com/google/pprof/profile (current package)
proto.go#L62: func encodeVarint(b *buffer, x uint64) {
proto.go#L71: encodeVarint(b, uint64(tag)<<3|2)
proto.go#L72: encodeVarint(b, uint64(len))
proto.go#L77: encodeVarint(b, uint64(tag)<<3)
proto.go#L78: encodeVarint(b, x)
proto.go#L86: encodeVarint(b, u)
proto.go#L118: encodeVarint(b, 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. |