Searched refs:CowOpIter (Results 1 – 1 of 1) sorted by relevance
418 class CowOpIter final : public ICowOpIter { class420 CowOpIter(std::shared_ptr<std::vector<CowOperation>>& ops);431 CowOpIter::CowOpIter(std::shared_ptr<std::vector<CowOperation>>& ops) { in CowOpIter() function in android::snapshot::CowOpIter436 bool CowOpIter::Done() { in Done()440 void CowOpIter::Next() { in Next()445 const CowOperation& CowOpIter::Get() { in Get()483 return std::make_unique<CowOpIter>(ops_); in GetOpIter()