Searched refs:value_t (Results 1 – 13 of 13) sorted by relevance
63 using value_t = std::conditional_t<V, string_t, std::monostate>; typedef65 using value_ref = const value_t<V>&;108 return result_t(typename result_t::template value_t<S>(this->s), in preserve()109 typename result_t::template value_t<P>(this->p), in preserve()110 typename result_t::template value_t<I>(this->i)); in preserve()221 value_t<S> s = {};222 value_t<P> p = {};223 value_t<I> i = {};
113 nlohmann::json::value_t firstType = value[0].type(); in checkArrayElementsSameType()119 static nlohmann::json::value_t getDBusType( in getDBusType()120 const nlohmann::json& value, nlohmann::json::value_t type, in getDBusType()123 const bool array = value.type() == nlohmann::json::value_t::array; in getDBusType()134 return nlohmann::json::value_t::number_float; in getDBusType()139 return nlohmann::json::value_t::number_float; in getDBusType()149 nlohmann::json::value_t type, in populateInterfacePropertyFromJson()157 case (nlohmann::json::value_t::boolean): in populateInterfacePropertyFromJson()163 case (nlohmann::json::value_t::number_integer): in populateInterfacePropertyFromJson()169 case (nlohmann::json::value_t::number_unsigned): in populateInterfacePropertyFromJson()[all …]
33 if (in.type() == nlohmann::json::value_t::string) in jsonToString()37 if (in.type() == nlohmann::json::value_t::array) in jsonToString()229 keyPair.value().type() == nlohmann::json::value_t::string) in exportDevice()277 findExposes->type() != nlohmann::json::value_t::array) in loadOverlays()292 findType->type() != nlohmann::json::value_t::string) in loadOverlays()
87 if (data.type() == nlohmann::json::value_t::array) in loadConfigurations()157 if ((*findProbe).type() != nlohmann::json::value_t::array) in filterProbeInterfaces()
146 findBoardType->type() == nlohmann::json::value_t::string) in postBoardToDBus()188 if (propValue.type() == nlohmann::json::value_t::object) in postBoardToDBus()321 if (config.type() == nlohmann::json::value_t::object) in postConfigurationRecord()333 else if (config.type() == nlohmann::json::value_t::array) in postConfigurationRecord()342 if (type != nlohmann::json::value_t::object) in postConfigurationRecord()
421 case nlohmann::json::value_t::object: in dump()476 case nlohmann::json::value_t::array: in dump()510 case nlohmann::json::value_t::string: in dump()523 case nlohmann::json::value_t::boolean: in dump()536 case nlohmann::json::value_t::number_integer: in dump()542 case nlohmann::json::value_t::number_unsigned: in dump()548 case nlohmann::json::value_t::number_float: in dump()554 case nlohmann::json::value_t::discarded: in dump()560 case nlohmann::json::value_t::null: in dump()
63 if (data.type() != nlohmann::json::value_t::array) in buildJsonEntityMap()87 if (jsonEntities.type() != nlohmann::json::value_t::array) in buildJsonEntityMap()
493 nlohmann::json(nlohmann::json::value_t::object));
110 nlohmann::json adSysInfoData(nlohmann::json::value_t::object); in PEL()
96 if (item.value().type() == nlohmann::json::value_t::string) in data_from_json()
705 if (data.type() != nlohmann::json::value_t::object) in loadBlocklist()716 if (buses.type() != nlohmann::json::value_t::array) in loadBlocklist()
1192 json jsonCalloutDataList(nlohmann::json::value_t::array); in createHWIsolatedCalloutFile()
2463 nlohmann::json(nlohmann::json::value_t::null)); in loadConfigValues()