Searched refs:resp_it (Results 1 – 1 of 1) sorted by relevance
363 auto resp_it = pending_syncs_.insert(pending_syncs_.end(), std::move(resp)); in Sync() local364 auto callback = [weak_this, resp_it]() { in Sync()367 auto pending_resp = std::move(*resp_it); in Sync()368 weak_this->pending_syncs_.erase(resp_it); in Sync()