Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/
H A Dqpack_required_insert_count_test.cc52 TEST(QpackRequiredInsertCountTest, QpackDecodeRequiredInsertCount) { in TEST() argument
81 EXPECT_TRUE(QpackDecodeRequiredInsertCount( in TEST()
114 EXPECT_FALSE(QpackDecodeRequiredInsertCount( in TEST()
H A Dqpack_required_insert_count.h24 QUICHE_EXPORT bool QpackDecodeRequiredInsertCount(
H A Dqpack_required_insert_count.cc22 bool QpackDecodeRequiredInsertCount(uint64_t encoded_required_insert_count, in QpackDecodeRequiredInsertCount() function
H A Dqpack_progressive_decoder.cc312 if (!QpackDecodeRequiredInsertCount( in DoPrefixInstruction()