Home
last modified time | relevance | path

Searched refs:unrecoverable_parse_error_ (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/trace_processor/
Dtrace_processor_storage_impl.cc89 if (unrecoverable_parse_error_) in Parse()
98 unrecoverable_parse_error_ |= !status.ok(); in Parse()
103 if (unrecoverable_parse_error_ || !context_.chunk_reader) in NotifyEndOfFile()
Dtrace_processor_storage_impl.h42 bool unrecoverable_parse_error_ = false; variable