MatchPrefixAndConsume 99 net/spdy/hpack_decoder.cc if (input_stream->MatchPrefixAndConsume(kEncodingContextOpcode)) { MatchPrefixAndConsume 103 net/spdy/hpack_decoder.cc if (input_stream->MatchPrefixAndConsume(kIndexedOpcode)) { MatchPrefixAndConsume 107 net/spdy/hpack_decoder.cc if (input_stream->MatchPrefixAndConsume(kLiteralNoIndexOpcode)) { MatchPrefixAndConsume 111 net/spdy/hpack_decoder.cc if (input_stream->MatchPrefixAndConsume(kLiteralIncrementalIndexOpcode)) { MatchPrefixAndConsume 119 net/spdy/hpack_decoder.cc if (input_stream->MatchPrefixAndConsume(kEncodingContextEmptyReferenceSet)) { MatchPrefixAndConsume 122 net/spdy/hpack_decoder.cc if (input_stream->MatchPrefixAndConsume(kEncodingContextNewMaximumSize)) { MatchPrefixAndConsume 212 net/spdy/hpack_decoder.cc if (input_stream->MatchPrefixAndConsume(kStringLiteralHuffmanEncoded)) { MatchPrefixAndConsume 217 net/spdy/hpack_decoder.cc } else if (input_stream->MatchPrefixAndConsume( MatchPrefixAndConsume 37 net/spdy/hpack_input_stream.h bool MatchPrefixAndConsume(HpackPrefix prefix);