Searched refs:has_another_byte (Results 1 – 2 of 2) sorted by relevance
97 bool has_another_byte; in ReadVarint32() local103 has_another_byte = byte & 0x80; in ReadVarint32()104 } while (has_another_byte); in ReadVarint32()
1299 bool has_another_byte; in ReadVarintLoop() local1303 has_another_byte = byte & 0x80; in ReadVarintLoop()1308 DCHECK(!has_another_byte); in ReadVarintLoop()1311 } while (has_another_byte); in ReadVarintLoop()