Searched refs:hmpType (Results 1 – 2 of 2) sorted by relevance
38 std::optional<std::string> hmpType = typeJson.As<std::string>(); in GetHmpType() local39 if (!hmpType.has_value()) { in GetHmpType()43 type = hmpType.value(); in GetHmpType()
222 std::optional<string> hmpType = type.As<string>(); in ParseModuleInfo() local223 if (!hmpType.has_value()) { in ParseModuleInfo()227 versionInfo.type = hmpType.value(); in ParseModuleInfo()