HomeSort by relevance Sort by last modified time
    Searched refs:kLiteralNoIndexOpcode (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/spdy/
hpack_constants.h 69 const HpackPrefix kLiteralNoIndexOpcode = { 0x0, 4 };
hpack_decoder.cc 108 if (input_stream->MatchPrefixAndConsume(kLiteralNoIndexOpcode)) {
hpack_encoder.cc 121 output_stream_.AppendPrefix(kLiteralNoIndexOpcode);
hpack_encoder_test.cc 141 expected_.AppendPrefix(kLiteralNoIndexOpcode);

Completed in 114 milliseconds