Searched refs:SortOrder (Results 1 – 2 of 2) sorted by relevance
526 enum class SortOrder enum in openpower::pels::Repository543 std::vector<AttributesReference> getAllPELAttributes(SortOrder order) const;
591 Repository::getAllPELAttributes(SortOrder order) const in getAllPELAttributes()602 if (order == SortOrder::ascending) in getAllPELAttributes()714 auto attributes = getAllPELAttributes(SortOrder::ascending); in removePELs()