Searched refs:IsPELTypeFunc (Results 1 – 2 of 2) sorted by relevance
652 IsPELTypeFunc isBMCInfo = [](const PELAttributes& pel) { in prune()658 IsPELTypeFunc isBMCNonInfo = [](const PELAttributes& pel) { in prune()664 IsPELTypeFunc isNonBMCInfo = [](const PELAttributes& pel) { in prune()670 IsPELTypeFunc isNonBMCNonInfo = [](const PELAttributes& pel) { in prune()676 IsPELTypeFunc isAnyPEL = [](const PELAttributes& /*pel*/) { return true; }; in prune()705 const IsPELTypeFunc& isPELType, in removePELs()
546 using IsPELTypeFunc = std::function<bool(const PELAttributes&)>; typedef in openpower::pels::Repository569 const IsPELTypeFunc& isPELType,