HomeSort by relevance Sort by last modified time
    Searched full:destroying_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/base/
asyncinvoker.cc 18 AsyncInvoker::AsyncInvoker() : destroying_(false) {}
21 destroying_ = true;
40 if (destroying_) return;
61 if (destroying_) {
72 if (destroying_) {
asyncinvoker.h 141 bool destroying_; member in class:rtc::AsyncInvoker

Completed in 306 milliseconds