Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/huffman/
H A Dhpack_huffman_decoder.cc44 static constexpr HuffmanCodeBitCount kMinCodeBitCount = 5; variable
450 QUICHE_DCHECK_LE(kMinCodeBitCount, prefix_info.code_length); in Decode()