Home
last modified time | relevance | path

Searched refs:kLiteralIncrementalIndexOpcode (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/spdy/
Dhpack_constants.h66 const HpackPrefix kLiteralIncrementalIndexOpcode = { 0x1, 2 }; variable
Dhpack_encoder_test.cc124 expected_.AppendPrefix(kLiteralIncrementalIndexOpcode); in ExpectIndexedLiteral()
131 expected_.AppendPrefix(kLiteralIncrementalIndexOpcode); in ExpectIndexedLiteral()
460 expected_.AppendPrefix(kLiteralIncrementalIndexOpcode); in TEST_F()
Dhpack_decoder.cc104 if (input_stream->MatchPrefixAndConsume(kLiteralIncrementalIndexOpcode)) { in DecodeNextOpcode()
Dhpack_encoder.cc114 output_stream_.AppendPrefix(kLiteralIncrementalIndexOpcode); in EmitIndexedLiteral()