Searched refs:is_last_byte (Results 1 – 1 of 1) sorted by relevance
319 constexpr bool is_last_byte = byte_index == kMaxLength - 1; in read_leb_tail() local329 if (!is_last_byte && (b & 0x80)) { in read_leb_tail()333 constexpr int next_byte_index = byte_index + (is_last_byte ? 0 : 1); in read_leb_tail()344 if (is_last_byte) { in read_leb_tail()