Searched refs:OutDeviceTypeString (Results 1 – 1 of 1) sorted by relevance
111 const std::map<std::string, OutDeviceType> OutDeviceTypeString { variable149 auto enumValue = OutDeviceTypeString.find(value); in stringToOutDeviceType()150 … return enumValue != OutDeviceTypeString.end() ? enumValue->second : OutDeviceType::UNKNOWN; in stringToOutDeviceType()