Searched refs:pVs (Results 1 – 2 of 2) sorted by relevance
50 const std::vector<std::string>& pVs) in getValueIndex() argument52 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() argument66 for (const auto& pv : pVs) in getPossibleValuesHandle()
81 const std::vector<std::string>& pVs);90 const std::vector<std::string>& pVs);