bit_offset_        46 net/spdy/hpack_input_stream.cc   if ((bit_offset_ > 0) || buffer_.empty())
bit_offset_        62 net/spdy/hpack_input_stream.cc   size_t N = 8 - bit_offset_;
bit_offset_        66 net/spdy/hpack_input_stream.cc   bit_offset_ = 0;
bit_offset_       131 net/spdy/hpack_input_stream.cc   size_t byte_offset = (bit_offset_ + *peeked_count) / 8;
bit_offset_       132 net/spdy/hpack_input_stream.cc   size_t bit_offset = (bit_offset_ + *peeked_count) % 8;
bit_offset_       156 net/spdy/hpack_input_stream.cc   size_t byte_count = (bit_offset_ + bit_count) / 8;
bit_offset_       157 net/spdy/hpack_input_stream.cc   bit_offset_ = (bit_offset_ + bit_count) % 8;
bit_offset_       159 net/spdy/hpack_input_stream.cc   if (bit_offset_ != 0) {
bit_offset_       166 net/spdy/hpack_input_stream.cc   if (bit_offset_ != 0) {
bit_offset_       167 net/spdy/hpack_input_stream.cc     ConsumeBits(8 - bit_offset_);
bit_offset_        64 net/spdy/hpack_input_stream.h     bit_offset_ = bit_offset;
bit_offset_        74 net/spdy/hpack_input_stream.h   size_t bit_offset_;
bit_offset_        40 net/spdy/hpack_output_stream.cc   DCHECK_EQ(bit_offset_, 0u);
bit_offset_        43 net/spdy/hpack_output_stream.cc   bit_offset_ = 0;
bit_offset_        50 net/spdy/hpack_output_stream.cc   size_t new_bit_offset = bit_offset_ + bit_size;
bit_offset_        51 net/spdy/hpack_output_stream.cc   if (bit_offset_ == 0) {
bit_offset_        65 net/spdy/hpack_output_stream.cc   bit_offset_ = new_bit_offset % 8;
bit_offset_        74 net/spdy/hpack_output_stream.cc   size_t N = 8 - bit_offset_;
bit_offset_        90 net/spdy/hpack_output_stream.cc   DCHECK_EQ(bit_offset_, 0u);
bit_offset_        93 net/spdy/hpack_output_stream.h   size_t bit_offset_;