Home
last modified time | relevance | path

Searched refs:is_string (Results 1 – 23 of 23) sorted by relevance

/openbmc/qemu/scripts/tracetool/format/
H A Dsimpletrace_stap.py17 from tracetool.backend.simple import is_string
40 if is_string(type_):
58 if is_string(type_):
H A Dlog_stap.py18 from tracetool.backend.simple import is_string
105 if is_string(type_):
116 if is_string(type_):
/openbmc/qemu/scripts/tracetool/backend/
H A Dsimple.py21 def is_string(arg): function
69 if is_string(type_):
90 if is_string(type_):
/openbmc/phosphor-power/
H A Djson_parser_utils.cpp59 if (element.is_string() && !variables.empty()) in parseBoolean()
83 if (element.is_string() && !variables.empty()) in parseDouble()
146 if (element.is_string() && !variables.empty()) in parseInteger()
165 if (!element.is_string()) in parseString()
/openbmc/u-boot/tools/dtoc/
H A Dfdt.py108 is_string = True
113 is_string = False
117 is_string = False
120 is_string = False
121 if is_string:
/openbmc/qemu/linux-user/
H A Dthunk.c369 int is_string = 0; in thunk_print() local
377 is_string = 1; in thunk_print()
383 if (i > 0 && !is_string) { in thunk_print()
390 if (is_string) { in thunk_print()
/openbmc/qemu/scripts/
H A Dsimpletrace.py17 from tracetool.backend.simple import is_string
120 if is_string(type):
350 f'{name}={r}' if is_string(type) else f'{name}=0x{r:x}'
/openbmc/bmcweb/redfish-core/src/utils/
H A Djson_utils.cpp56 if (root.is_string()) in getEstimatedJsonSize()
/openbmc/phosphor-fan-presence/control/json/
H A Dconfig_base.hpp132 if (object.is_string()) in getJsonValue()
/openbmc/telemetry/tests/src/
H A Dtest_labeled_tuple.cpp51 EXPECT_TRUE(actual_serialized_value.is_string()); in TEST_P()
/openbmc/phosphor-fan-presence/monitor/
H A Dtypes.hpp77 if (entry.is_string()) in getPropValue()
/openbmc/phosphor-host-ipmid/oem/nvidia/
H A Dbootstrap-credentials-oem-cmds.cpp133 if (auto it = data.find("system_uuid"); it != data.end() && it->is_string()) in getRfUuid()
/openbmc/entity-manager/src/
H A Dutils.cpp138 if (probe.is_string()) in match()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Duser_data_json.cpp337 (json.is_string() && json != "")) in getPythonJSON()
H A Dregistry.cpp65 if (severity.is_string()) in getSeverities()
H A Dsrc.cpp202 (json.is_string() && json != "")) in getPythonJSON()
/openbmc/phosphor-post-code-manager/src/
H A Dpost_code.cpp57 if (entry.value().is_string()) in from_json()
/openbmc/openpower-vpd-parser/wait-vpd-parser/src/
H A Dprime_inventory.cpp283 else if (l_propValuePair.value().is_string()) in populateInterfaces()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dconfig_file_parser.cpp1094 if (!element.is_string()) in parseSensorDataFormat()
1198 if (!element.is_string()) in parseVoutDataFormat()
/openbmc/entity-manager/src/entity_manager/
H A Dperform_scan.cpp266 if (!value.is_string()) in extractExposeActionRecordNames()
/openbmc/phosphor-fan-presence/control/
H A Dfanctl.cpp626 if (!entry.is_string() || dq.name.empty() || in queryDumpFile()
/openbmc/phosphor-virtual-sensor/src/
H A DvirtualSensor.cpp287 else if (ref.is_string()) in initVirtualSensor()
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dworker.cpp177 else if (propValuePair.value().is_string()) in populateInterfaces()