Home
last modified time | relevance | path

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

/aosp_15_r20/external/golang-protobuf/internal/protolegacy/
H A Dproto.go89 func SizeVarint(uint64) int { panic("not implemented") } func
/aosp_15_r20/external/golang-protobuf/encoding/protowire/
H A Dwire.go371 func SizeVarint(v uint64) int { func