Searched refs:foundValues (Results 1 – 1 of 1) sorted by relevance
360 std::vector<std::string> foundValues; in getValuesBitwise() local362 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()