Searched defs:DecodeVarint (Results 1 – 10 of 10) sorted by relevance
7 trait DecodeVarint { trait
91 func DecodeVarint([]byte) (uint64, int) { panic("not implemented") } func105 func (*Buffer) DecodeVarint() (uint64, error) { panic("not implemented") } func
107 def DecodeVarint(buffer, pos): function130 def DecodeVarint(buffer, pos): function
152 uint64_t DecodeVarint(absl::Span<const char> *buf) { in DecodeVarint() function
155 uint64_t DecodeVarint(absl::Span<const char> *buf) { in DecodeVarint() function
52 bool DecodeVarint(InputStreamBuffer* stream_buffer, uint64_t* value) { in DecodeVarint() function