Searched refs:slotString (Results 1 – 1 of 1) sorted by relevance
241 std::string slotString = in dimmDeviceLocator() local246 if ((std::regex_match(slotString, std::regex("^[A-Za-z]+$"))) && in dimmDeviceLocator()247 (slotString.length() == 1)) in dimmDeviceLocator()249 slot(static_cast<uint8_t>(toupper(slotString[0]))); in dimmDeviceLocator()