Searched refs:pending_helpers_ (Results 1 – 3 of 3) sorted by relevance
51 service_->pending_helpers_.insert(this); in AsyncHelper()56 service_->pending_helpers_.erase(this); in ~AsyncHelper()461 std::for_each(pending_helpers_.begin(), in ~AppCacheServiceImpl()462 pending_helpers_.end(), in ~AppCacheServiceImpl()464 STLDeleteElements(&pending_helpers_); in ~AppCacheServiceImpl()
208 PendingAsyncHelpers pending_helpers_; variable
115 return service_->pending_helpers_.size(); in CountPendingHelpers()