Searched refs:total_data_bytes_ (Results 1 – 2 of 2) sorted by relevance
47 total_data_bytes_ = CountLeadingZeros(first_byte); in Feed()48 num_bytes_remaining_ = total_data_bytes_; in Feed()65 const std::uint64_t data_bits = all_bits >> (57 - 7 * total_data_bytes_); in Feed()
45 return total_data_bytes_ + 1; in encoded_length()50 int total_data_bytes_; variable