Searched refs:has_pending_error_ (Results 1 – 2 of 2) sorted by relevance
84 if (has_pending_error_) return; in ReportMessageAt()85 has_pending_error_ = true; in ReportMessageAt()94 if (has_pending_error_) return; in ReportMessageAt()95 has_pending_error_ = true; in ReportMessageAt()105 if (has_pending_error_) return; in ReportMessageAt()106 has_pending_error_ = true; in ReportMessageAt()176 if (!has_pending_error_) return; in ThrowPendingError()
50 has_pending_error_ = true; in set_stack_overflow()54 bool has_pending_error() const { return has_pending_error_; } in has_pending_error()72 has_pending_error_ = true; in set_unidentifiable_error()76 has_pending_error_ = false; in clear_unidentifiable_error()167 bool has_pending_error_ = false; variable