Searched refs:value_t (Results 1 – 15 of 15) 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 = {};
421 case nlohmann::json::value_t::object: in dump()465 case nlohmann::json::value_t::array: in dump()493 case nlohmann::json::value_t::string: in dump()506 case nlohmann::json::value_t::boolean: in dump()519 case nlohmann::json::value_t::number_integer: in dump()525 case nlohmann::json::value_t::number_unsigned: in dump()531 case nlohmann::json::value_t::number_float: in dump()537 case nlohmann::json::value_t::discarded: in dump()543 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()601 findBoardType->type() == nlohmann::json::value_t::string) 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()
647 if (data.type() != nlohmann::json::value_t::object) in loadBlocklist()658 if (buses.type() != nlohmann::json::value_t::array) in loadBlocklist()
601 if ((*findProbe).type() != nlohmann::json::value_t::array) in run()
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()
493 nlohmann::json(nlohmann::json::value_t::object));
122 nlohmann::json adSysInfoData(nlohmann::json::value_t::object); in PEL()
96 if (item.value().type() == nlohmann::json::value_t::string) in data_from_json()
1242 json jsonCalloutDataList(nlohmann::json::value_t::array); in createHWIsolatedCalloutFile()
2500 nlohmann::json(nlohmann::json::value_t::null)); in loadConfigValues()