Searched refs:pending_syncs_ (Results 1 – 2 of 2) sorted by relevance
363 auto resp_it = pending_syncs_.insert(pending_syncs_.end(), std::move(resp)); in Sync()368 weak_this->pending_syncs_.erase(resp_it); in Sync()
131 std::list<DeferredSyncResponse> pending_syncs_; variable