Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/binary/
Dvarint.go91 func AppendVarint(buf []byte, x int64) []byte { func
/aosp_15_r20/external/golang-protobuf/encoding/protowire/
H A Dwire.go185 func AppendVarint(b []byte, v uint64) []byte { func