func github.com/google/pprof/profile.encodeUint64

6 uses

	github.com/google/pprof/profile (current package)
		proto.go#L75: func encodeUint64(b *buffer, tag int, x uint64) {
		proto.go#L97: 		encodeUint64(b, tag, u)
		proto.go#L105: 	encodeUint64(b, tag, x)
		proto.go#L110: 	encodeUint64(b, tag, u)
		proto.go#L153: 		encodeUint64(b, tag, 1)
		proto.go#L155: 		encodeUint64(b, tag, 0)