Searched refs:out_holder_ (Results 1 – 2 of 2) sorted by relevance
18 out_buf_[index_++] = out_holder_ & 0x000000FF; in WriteBits()19 out_holder_ >>= 8; in WriteBits()23 out_holder_ |= (bits & 0x000000FF) << out_holder_bits_; in WriteBits()52 out_buf_[index_++] = out_holder_ & 0x000000FF; in Flush()53 out_holder_ >>= 8; in Flush()
73 out_holder_(0), in BufferBitWriter()97 uint32_t out_holder_; variable