Searched defs:DecodeData (Results 1 – 2 of 2) sorted by relevance
20 struct DecodeData { struct21 DecodeData(const uint8_t* data, OPJ_SIZE_T size) in DecodeData() argument24 const uint8_t* src_data;25 OPJ_SIZE_T src_size;26 OPJ_SIZE_T offset;
73 void DecodeData(absl::string_view data) { in DecodeData() function in quic::test::__anonc37e77c20111::QpackDecoderTest