Searched refs:is_failed_ (Results 1 – 2 of 2) sorted by relevance
43 bool is_failed() const { return is_failed_; } in is_failed()134 bool is_failed_ = false; variable
50 if (is_failed_ || has_been_shutdown_) in FailWithError()52 is_failed_ = true; in FailWithError()