Searched refs:decoding_error_detected_ (Results 1 – 2 of 2) sorted by relevance
18 : decoding_completed_(false), decoding_error_detected_(false) {} in TestHeadersHandler()23 ASSERT_FALSE(decoding_error_detected_); in OnHeaderDecoded()30 ASSERT_FALSE(decoding_error_detected_); in OnDecodingCompleted()38 ASSERT_FALSE(decoding_error_detected_); in OnDecodingErrorDetected()40 decoding_error_detected_ = true; in OnDecodingErrorDetected()46 QUICHE_DCHECK(!decoding_error_detected_); in ReleaseHeaderList()56 return decoding_error_detected_; in decoding_error_detected()60 QUICHE_DCHECK(decoding_error_detected_); in error_message()
58 bool decoding_error_detected_; variable