Searched refs:count_to_fill_ (Results 1 – 2 of 2) sorted by relevance
55 count_to_fill_ = 8; in Initialize()68 DCHECK_GE(count_to_fill_, 0); in Fill()71 if (bits_left < count_to_fill_) { in Fill()77 DCHECK_LE(count_to_fill_, kBoolSize); in Fill()78 int max_bits_to_read = kBigBoolBitSize - kBoolSize + count_to_fill_; in Fill()84 count_to_fill_ -= bits_to_read; in Fill()93 if (count_to_fill_ > 0) { in ReadBool()119 count_to_fill_ += count; in ReadBool()139 if (count_to_fill_ > reader_->bits_available()) { in ConsumePaddingBits()
64 int count_to_fill_ = 0; variable