Searched refs:destroying_ (Results 1 – 2 of 2) sorted by relevance
18 AsyncInvoker::AsyncInvoker() : destroying_(false) {} in AsyncInvoker()21 destroying_ = true; in ~AsyncInvoker()40 if (destroying_) return; in Flush()61 if (destroying_) { in DoInvoke()72 if (destroying_) { in DoInvokeDelayed()
141 bool destroying_; variable