Searched refs:value_t (Results 1 – 16 of 16) 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 = {};
419 case nlohmann::json::value_t::object: in dump()463 case nlohmann::json::value_t::array: in dump()491 case nlohmann::json::value_t::string: in dump()504 case nlohmann::json::value_t::boolean: in dump()517 case nlohmann::json::value_t::number_integer: in dump()523 case nlohmann::json::value_t::number_unsigned: in dump()529 case nlohmann::json::value_t::number_float: in dump()535 case nlohmann::json::value_t::discarded: in dump()541 case nlohmann::json::value_t::null: in dump()
26 } value_t __tag1 __tag2;32 __type(value, value_t);39 value_t val = {}; in foo()
302 if (value.type() == nlohmann::json::value_t::array) in populateInterfaceFromJson()325 if (type == nlohmann::json::value_t::object) in populateInterfaceFromJson()341 type = nlohmann::json::value_t::number_float; in populateInterfaceFromJson()346 type = nlohmann::json::value_t::number_float; in populateInterfaceFromJson()352 case (nlohmann::json::value_t::boolean): in populateInterfaceFromJson()370 case (nlohmann::json::value_t::number_integer): in populateInterfaceFromJson()385 case (nlohmann::json::value_t::number_unsigned): in populateInterfaceFromJson()401 case (nlohmann::json::value_t::number_float): in populateInterfaceFromJson()416 case (nlohmann::json::value_t::string): in populateInterfaceFromJson()753 if (type != nlohmann::json::value_t::object) in postToDbus()[all …]
48 if (in.type() == nlohmann::json::value_t::string) in jsonToString()52 if (in.type() == nlohmann::json::value_t::array) in jsonToString()239 keyPair.value().type() == nlohmann::json::value_t::string) in exportDevice()286 findExposes->type() != nlohmann::json::value_t::array) in loadOverlays()301 findType->type() != nlohmann::json::value_t::string) in loadOverlays()
214 if (keyPair.value().type() == nlohmann::json::value_t::object || in templateCharReplace()215 keyPair.value().type() == nlohmann::json::value_t::array) in templateCharReplace()
601 if ((*findProbe).type() != nlohmann::json::value_t::array) in run()
589 if (data.type() != nlohmann::json::value_t::object) in loadBlocklist()600 if (buses.type() != nlohmann::json::value_t::array) in loadBlocklist()
63 if (data.type() != nlohmann::json::value_t::array) in buildJsonEntityMap()87 if (jsonEntities.type() != nlohmann::json::value_t::array) in buildJsonEntityMap()
162 void *value_t, size_t count) in pci1xxxx_eeprom_write() argument166 char *value = value_t; in pci1xxxx_eeprom_write()265 void *value_t, size_t count) in pci1xxxx_otp_write() argument269 char *value = value_t; in pci1xxxx_otp_write()
96 if (item.value().type() == nlohmann::json::value_t::string) in data_from_json()
493 nlohmann::json(nlohmann::json::value_t::object));
122 nlohmann::json adSysInfoData(nlohmann::json::value_t::object); in PEL()
342 nlohmann::json::value_t::object) in processAndUpdateCI()376 nlohmann::json::value_t::object) in processAndUpdateEI()
1242 json jsonCalloutDataList(nlohmann::json::value_t::array); in createHWIsolatedCalloutFile()
2500 nlohmann::json(nlohmann::json::value_t::null)); in loadConfigValues()