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

5 uses

	github.com/google/pprof/profile (current package)
		proto.go#L70: func encodeLength(b *buffer, tag int, len int) {
		proto.go#L89: 		encodeLength(b, tag, n2-n1)
		proto.go#L121: 		encodeLength(b, tag, n2-n1)
		proto.go#L141: 	encodeLength(b, tag, len(x))
		proto.go#L169: 	encodeLength(b, tag, n2-n1)