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