Home
last modified time | relevance | path

Searched defs:protobuf (Results 1 – 1 of 1) sorted by relevance

/prebuilts/go/linux-x86/src/runtime/pprof/
Dprotobuf.go8 type protobuf struct { struct
9 data []byte
10 tmp [16]byte
11 nest int
14 func (b *protobuf) varint(x uint64) {
22 func (b *protobuf) length(tag int, len int) {
27 func (b *protobuf) uint64(tag int, x uint64) {
33 func (b *protobuf) uint64s(tag int, x []uint64) {
53 func (b *protobuf) uint64Opt(tag int, x uint64) {
60 func (b *protobuf) int64(tag int, x int64) {
[all …]