Home
last modified time | relevance | path

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

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