Searched refs:new_format (Results 1 – 3 of 3) sorted by relevance
44 Format new_format; in SetValueFromString() local45 error = OptionArgParser::ToFormat(value.str().c_str(), new_format, nullptr); in SetValueFromString()48 m_current_value = new_format; in SetValueFromString()
131 Format new_format = eFormatInvalid; in Property() local133 OptionArgParser::ToFormat(definition.default_cstr_value, new_format, in Property()136 new_format = (Format)definition.default_uint_value; in Property()137 m_value_sp = std::make_shared<OptionValueFormat>(new_format); in Property()
579 const bool new_format = in NSNumberSummaryProvider() local595 if (new_format) { in NSNumberSummaryProvider()