Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dscheduler.h43 bool is_failed() const { return is_failed_; } in is_failed()
134 bool is_failed_ = false; variable
Dscheduler.cc50 if (is_failed_ || has_been_shutdown_) in FailWithError()
52 is_failed_ = true; in FailWithError()