Home
last modified time | relevance | path

Searched defs:prefix_mask (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/varint/
H A Dhpack_varint_round_trip_test.cc96 const uint8_t prefix_mask = (1 << prefix_length_) - 1; in EncodeNoRandom() local
106 const uint8_t prefix_mask = (1 << prefix_length_) - 1; in Encode() local
118 const uint8_t prefix_mask = (1 << prefix_length_) - 1; in ValidateEncoding() local
150 const uint8_t prefix_mask = (1 << prefix_length_) - 1; in ValidateEncoding() local
205 const uint8_t prefix_mask = (1 << prefix_length) - 1; in EncodeAndDecodeValuesInRange() local
313 const uint8_t prefix_mask = (1 << prefix_length) - 1; in TEST_F() local
H A Dhpack_varint_encoder.cc22 const uint8_t prefix_mask = (1 << prefix_length) - 1; in Encode() local
H A Dhpack_varint_decoder.cc20 const uint8_t prefix_mask = (1 << prefix_length) - 1; in Start() local