Searched refs:unrecoverable_parse_error_ (Results 1 – 2 of 2) sorted by relevance
89 if (unrecoverable_parse_error_) in Parse()98 unrecoverable_parse_error_ |= !status.ok(); in Parse()103 if (unrecoverable_parse_error_ || !context_.chunk_reader) in NotifyEndOfFile()
42 bool unrecoverable_parse_error_ = false; variable