Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel_values.cpp360 std::vector<std::string> foundValues; in getValuesBitwise() local
362 table.begin(), table.end(), [&value, &foundValues](const auto& entry) { in getValuesBitwise()
365 foundValues.push_back(std::get<descriptionPos>(entry)); in getValuesBitwise()
368 return foundValues; in getValuesBitwise()