Searched refs:has_another_byte (Results 1 – 1 of 1) sorted by relevance
1070 bool has_another_byte; in ReadVarint() local1078 has_another_byte = byte & 0x80; in ReadVarint()1080 } while (has_another_byte); in ReadVarint()