Searched refs:AsynchronousCopy (Results 1 – 2 of 2) sorted by relevance
895 struct AsynchronousCopy { struct903 bool operator<(const AsynchronousCopy& a, const AsynchronousCopy& b); argument916 void AddCopy(const AsynchronousCopy& copy);919 void RemoveCopy(const AsynchronousCopy& copy);931 absl::optional<AsynchronousCopy> ViolatesOrdering(int64 start_time,936 std::set<AsynchronousCopy> ranges_;1252 absl::optional<AsynchronousCopy> ViolatesAsyncCopyOrdering(1337 std::vector<AsynchronousCopy> pending_async_copies_;
1457 bool operator<(const AsynchronousCopy& a, const AsynchronousCopy& b) { in operator <()1462 void AsynchronousCopyOrdering::AddCopy(const AsynchronousCopy& copy) { in AddCopy()1468 void AsynchronousCopyOrdering::RemoveCopy(const AsynchronousCopy& copy) { in RemoveCopy()1474 absl::optional<AsynchronousCopy> AsynchronousCopyOrdering::ViolatesOrdering( in ViolatesOrdering()2171 absl::optional<AsynchronousCopy>