Searched defs:EncodeVarint (Results 1 – 4 of 4) sorted by relevance
72 func EncodeVarint(x uint64) []byte { func88 func (p *Buffer) EncodeVarint(x uint64) error { func
69 def EncodeVarint(write, value): function
375 def EncodeVarint(write, value, unused_deterministic=None): function
820 std::string EncodeVarint(uint64_t val) { in EncodeVarint() function