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