Searched refs:new_format (Results 1 – 3 of 3) sorted by relevance
40 Format new_format; in SetValueFromString() local41 error = OptionArgParser::ToFormat(value.str().c_str(), new_format, nullptr); in SetValueFromString()44 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()
566 const bool new_format = in NSNumberSummaryProvider() local582 if (new_format) { in NSNumberSummaryProvider()