Home
last modified time | relevance | path

Searched refs:parse_error (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/qobject/
H A Djson-parser.c57 static void G_GNUC_PRINTF(3, 4) parse_error(JSONParserContext *ctxt, in parse_error() function
197 parse_error(ctxt, token, in parse_string()
205 parse_error(ctxt, token, "invalid escape sequence in string"); in parse_string()
212 parse_error(ctxt, token, "can't interpolate into string"); in parse_string()
221 parse_error(ctxt, token, "invalid UTF-8 sequence in string"); in parse_string()
266 parse_error(ctxt, NULL, "premature EOI"); in parse_pair()
273 parse_error(ctxt, peek, "key is not a string in object"); in parse_pair()
279 parse_error(ctxt, NULL, "premature EOI"); in parse_pair()
284 parse_error(ctxt, token, "missing : in object pair"); in parse_pair()
290 parse_error(ctxt, token, "Missing value in dict"); in parse_pair()
[all …]
/openbmc/dbus-sensors/src/cable-monitor/
H A DCableConfig.cpp32 catch (const json::parse_error& e) in parseConfigFile()
/openbmc/google-ipmi-sys/bifurcation/
H A Dbifurcation_static.cpp62 catch (const nlohmann::json::parse_error& ex) in getBifurcation()
/openbmc/bios-settings-mgr/src/
H A Dpassword.cpp99 catch (const nlohmann::json::parse_error& e) in getParam()
212 catch (const nlohmann::json::parse_error& e) in changePassword()
/openbmc/phosphor-user-manager/
H A Djson_serializer.hpp120 catch (const nlohmann::json::parse_error& e) in load()
/openbmc/phosphor-host-ipmid/user_channel/
H A Dcipher_mgmt.cpp109 catch (const Json::parse_error& e) in readCSPrivilegeLevels()
H A Dchannel_mgmt.cpp826 catch (const Json::parse_error& e) in readJsonFile()
/openbmc/bios-bmc-smm-error-logger/src/rde/
H A Dexternal_storer_file.cpp129 catch (nlohmann::json::parse_error& e) in publishJson()
/openbmc/phosphor-health-monitor/
H A Dhealth_metric_config.cpp127 catch (const json::parse_error& e) in parseConfigFile()
/openbmc/openbmc/poky/meta/recipes-support/vte/vte/
H A D0004-fast_float-Add-single-header-library-for-from_char-i.patch1238 +enum class parse_error {
1267 + parse_error error{parse_error::no_error};
1275 +report_parse_error(UC const *p, parse_error error) {
1304 + p, parse_error::missing_integer_or_dot_after_sign);
1309 + parse_error::missing_integer_after_sign);
1316 + p, parse_error::missing_integer_or_dot_after_sign);
1338 + return report_parse_error<UC>(p, parse_error::no_digits_in_integer_part);
1342 + parse_error::leading_zeros_in_integer_part);
1368 + parse_error::no_digits_in_fractional_part);
1372 + return report_parse_error<UC>(p, parse_error::no_digits_in_mantissa);
[all …]
/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_utils.hpp492 catch (const nlohmann::json::parse_error& l_ex) in getParsedJson()
/openbmc/intel-ipmi-oem/src/
H A Dbiosconfigcommands.cpp1142 catch (const nlohmann::json::parse_error& e) in ipmiOEMGetBIOSHash()
/openbmc/fb-ipmi-oem/src/
H A Dselcommands.cpp161 catch (const nlohmann::json::parse_error& e) in SELData()
H A Doemcommands.cpp2815 catch (const nlohmann::json::parse_error& e) in registerOEMFunctions()
/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp1604 catch (const nlohmann::json::parse_error& e) in populateI2CControllerWRAllowlist()
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dconfig_file_parser_tests.cpp2962 catch (const json::parse_error& e)