Home
last modified time | relevance | path

Searched refs:encodeLength (Results 1 – 2 of 2) sorted by relevance

/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
Dproto.go71 func encodeLength(b *buffer, tag int, len int) { func
90 encodeLength(b, tag, n2-n1)
122 encodeLength(b, tag, n2-n1)
142 encodeLength(b, tag, len(x))
170 encodeLength(b, tag, n2-n1)
/prebuilts/go/linux-x86/src/internal/profile/
Dproto.go58 func encodeLength(b *buffer, tag int, len int) { func
77 encodeLength(b, tag, n2-n1)
116 encodeLength(b, tag, n2-n1)
129 encodeLength(b, tag, len(x))
158 encodeLength(b, tag, n2-n1)