Searched refs:number_of_running_scoped_operations_ (Results 1 – 2 of 2) sorted by relevance
494 mutable int number_of_running_scoped_operations_ = 0; variable
1590 ++number_of_running_scoped_operations_; in StartOperation()1595 if (number_of_running_scoped_operations_ < 1) { in FinishOperation()1599 if (--number_of_running_scoped_operations_ == 0) { in FinishOperation()1607 DCHECK(number_of_running_scoped_operations_ > 0) << "Must have an operation running"; in GetApkAssets()