Home
last modified time | relevance | path

Searched refs:pVs (Results 1 – 2 of 2) sorted by relevance

/openbmc/pldm/libpldmresponder/
H A Dbios_enum_attribute.cpp50 const std::vector<std::string>& pVs) in getValueIndex() argument
52 auto iter = std::find_if(pVs.begin(), pVs.end(), [&value](const auto& v) { in getValueIndex()
55 if (iter == pVs.end()) in getValueIndex()
59 return iter - pVs.begin(); in getValueIndex()
63 const BIOSStringTable& stringTable, const std::vector<std::string>& pVs) in getPossibleValuesHandle() argument
66 for (const auto& pv : pVs) in getPossibleValuesHandle()
H A Dbios_enum_attribute.hpp81 const std::vector<std::string>& pVs);
90 const std::vector<std::string>& pVs);