Searched refs:in_run_ (Results 1 – 2 of 2) sorted by relevance
102 in_run_(false), in MessagePumpLibevent()199 AutoReset<bool> auto_reset_in_run(&in_run_, true); in Run()262 DCHECK(in_run_) << "Quit was called outside of Run!"; in Quit()
98 bool in_run_; variable