Searched refs:convert_from_string (Results 1 – 15 of 15) sorted by relevance
179 struct convert_from_string struct201 auto convert_from_string(const std::string& str) noexcept in convert_from_string() function203 return details::convert_from_string<T>::op(str); in convert_from_string()226 -> decltype(convert_from_string<T>::op(std::declval<std::string>()),240 struct convert_from_string<std::variant<Types...>> struct264 auto r = convert_from_string<T>::op(str); in process()
159 auto r = sdbusplus::message::convert_from_string<Td<T>>(value); in op()389 sdbusplus::message::convert_from_string<std::variant<Args...>>( in read()
37 auto currHostState = sdbusplus::message::convert_from_string<Stages>( in sendBiosAttributeUpdateEvent()
84 auto r = sdbusplus::message::convert_from_string<T>( in make()
56 sdbusplus::message::convert_from_string<decltype(${m.camelCase})>(
181 struct convert_from_string<common::${interface.cppNamespacedClass()}::${e.name}>
287 sdbusplus::message::convert_from_string<HostState>( in hostStateChanged()
89 sdbusplus::message::convert_from_string<BMC::RebootCause>( in main()
251 if (sdbusplus::message::convert_from_string<BMC::BMCState>(bmcState) != in isBmcReady()
151 sdbusplus::message::convert_from_string<Version::VersionPurpose>( in processImage()
184 sdbusplus::message::convert_from_string<Version::VersionPurpose>( in processImage()
51 sdbusplus::message::convert_from_string<VersionPurpose>(purposeString); in Signature()
199 auto currHostState = sdbusplus::message::convert_from_string<Stages>( in isHostOn()
324 auto bootMode = sdbusplus::message::convert_from_string<boot::BootMode>( in getBootOrder()336 auto bootType = sdbusplus::message::convert_from_string<boot::BootType>( in getBootOrder()
1120 sdbusplus::message::convert_from_string<Intrusion::Status>( in getChassisIntrusionStatus()