PeekBits          263 net/spdy/hpack_huffman_table.cc   bool peeked_success = in->PeekBits(&bits_available, &bits);
PeekBits          303 net/spdy/hpack_huffman_table.cc     peeked_success = in->PeekBits(&bits_available, &bits);
PeekBits           52 net/spdy/hpack_input_stream.h   bool PeekBits(size_t* peeked_count, uint32* out);
PeekBits          553 net/spdy/hpack_input_stream_test.cc   EXPECT_TRUE(input_stream.PeekBits(&peeked_count, &bits));
PeekBits          558 net/spdy/hpack_input_stream_test.cc   EXPECT_TRUE(input_stream.PeekBits(&peeked_count, &bits));
PeekBits          569 net/spdy/hpack_input_stream_test.cc   EXPECT_TRUE(input_stream.PeekBits(&peeked_count, &bits));
PeekBits          574 net/spdy/hpack_input_stream_test.cc   EXPECT_TRUE(input_stream.PeekBits(&peeked_count, &bits));
PeekBits          579 net/spdy/hpack_input_stream_test.cc   EXPECT_TRUE(input_stream.PeekBits(&peeked_count, &bits));
PeekBits          584 net/spdy/hpack_input_stream_test.cc   EXPECT_FALSE(input_stream.PeekBits(&peeked_count, &bits));
PeekBits          595 net/spdy/hpack_input_stream_test.cc   EXPECT_TRUE(input_stream.PeekBits(&peeked_count, &bits));
PeekBits          600 net/spdy/hpack_input_stream_test.cc   EXPECT_FALSE(input_stream.PeekBits(&peeked_count, &bits));