Searched defs:protobuf (Results 1 – 1 of 1) sorted by relevance
8 type protobuf struct { struct9 data []byte10 tmp [16]byte11 nest int14 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 …]