Searched refs:out_of_credits_ (Results 1 – 2 of 2) sorted by relevance
44 out_of_credits_(false) { in OutOfCreditsDetector()86 if (state == out_of_credits_) { in ReportOutOfCredits()89 out_of_credits_ = state; in ReportOutOfCredits()
76 virtual bool out_of_credits() const { return out_of_credits_; } in out_of_credits()98 bool out_of_credits_; variable