Home
last modified time | relevance | path

Searched refs:QpackAbsoluteIndexToRequestStreamRelativeIndex (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_index_conversions.h30 QUICHE_EXPORT uint64_t QpackAbsoluteIndexToRequestStreamRelativeIndex(
H A Dqpack_index_conversions.cc20 uint64_t QpackAbsoluteIndexToRequestStreamRelativeIndex(uint64_t absolute_index, in QpackAbsoluteIndexToRequestStreamRelativeIndex() function
H A Dqpack_index_conversions_test.cc49 QpackAbsoluteIndexToRequestStreamRelativeIndex(absolute_index, in TEST()
H A Dqpack_encoder.cc370 representation.set_varint(QpackAbsoluteIndexToRequestStreamRelativeIndex( in SecondPassEncode()