Searched refs:pending_async_copies_ (Results 1 – 2 of 2) sorted by relevance
1846 for (const auto& interval : pending_async_copies_) { in UncommitPendingChunks()1923 pending_async_copies_.clear(); in ClearPendingChunks()2132 pending_async_copies_.push_back( in AddAsyncCopy()2137 async_copy_ordering_.AddCopy(pending_async_copies_.back()); in AddAsyncCopy()
1337 std::vector<AsynchronousCopy> pending_async_copies_; variable