Searched refs:MatchPrefixAndConsume (Results 1 – 3 of 3) sorted by relevance
100 if (input_stream->MatchPrefixAndConsume(kIndexedOpcode)) { in DecodeNextOpcode()104 if (input_stream->MatchPrefixAndConsume(kLiteralIncrementalIndexOpcode)) { in DecodeNextOpcode()108 if (input_stream->MatchPrefixAndConsume(kLiteralNoIndexOpcode)) { in DecodeNextOpcode()113 if (input_stream->MatchPrefixAndConsume(kLiteralNeverIndexOpcode)) { in DecodeNextOpcode()117 if (input_stream->MatchPrefixAndConsume(kHeaderTableSizeUpdateOpcode)) { in DecodeNextOpcode()193 if (input_stream->MatchPrefixAndConsume(kStringLiteralHuffmanEncoded)) { in DecodeNextStringLiteral()198 } else if (input_stream->MatchPrefixAndConsume( in DecodeNextStringLiteral()
36 bool MatchPrefixAndConsume(HpackPrefix prefix);
29 bool HpackInputStream::MatchPrefixAndConsume(HpackPrefix prefix) { in MatchPrefixAndConsume() function in net::HpackInputStream