Home
last modified time | relevance | path

Searched refs:str_val (Results 1 – 2 of 2) sorted by relevance

/openbmc/telemetry/src/utils/
H A Dlabeled_tuple.hpp63 auto str_val = j.get<std::string>(); in from_json() local
64 if (str_val == numeric_literals::NaN) in from_json()
68 else if (str_val == numeric_literals::infinity) in from_json()
72 else if (str_val == numeric_literals::infinity_negative) in from_json()
/openbmc/openbmc-build-scripts/scripts/
H A Dunit-test.py919 str_val = self._configure_boolean(val)
921 str_val = self._configure_feature(val)
924 return "-D{}={}".format(key, str_val)