Searched refs:decoding_error_detected (Results 1 – 4 of 4) sorted by relevance
178 if (headers_handler->decoding_error_detected()) { in DecodeHeaderBlocksFromFile()194 if (decoder->headers_handler->decoding_error_detected()) { in DecodeHeaderBlocksFromFile()
55 bool TestHeadersHandler::decoding_error_detected() const { in decoding_error_detected() function in quic::test::TestHeadersHandler
52 bool decoding_error_detected() const;
48 EXPECT_FALSE(handler.decoding_error_detected()); in EncodeThenDecode()