Searched refs:PartIterable (Results 1 – 1 of 1) sorted by relevance
407 struct PartIterable;452 constexpr PartIterable IterateParts() const { in IterateParts()453 return PartIterable::FromPath(*this); in IterateParts()1058 friend struct PartIterable;1060 struct PartIterable { struct1061 constexpr static PartIterable FromPath(const PurePath& path) { in FromPath() argument1062 return PartIterable{ in FromPath()1085 PartIterable iterable = IterateParts(); in PartsList()