Home
last modified time | relevance | path

Searched refs:encodeInt64s (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/profile/
Dproto_test.go70 encodeInt64s(b, 2, u.int64s)
Dproto.go108 func encodeInt64s(b *buffer, tag int, x []int64) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
Dencode.go157 encodeInt64s(b, 13, p.commentX)
423 encodeInt64s(b, 2, p.Value)
Dproto.go114 func encodeInt64s(b *buffer, tag int, x []int64) { func