Searched refs:str_val (Results 1 – 2 of 2) sorted by relevance
63 auto str_val = j.get<std::string>(); in from_json() local64 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()
919 str_val = self._configure_boolean(val)921 str_val = self._configure_feature(val)924 return "-D{}={}".format(key, str_val)