Lines Matching refs:GetCountValue
130 OptionValueUInt64 &count_value = format_options.GetCountValue(); in FinalizeSettings()
133 const bool count_option_set = format_options.GetCountValue().OptionWasSet(); in FinalizeSettings()
146 format_options.GetCountValue() = 8; in FinalizeSettings()
163 format_options.GetCountValue() = 8; in FinalizeSettings()
171 format_options.GetCountValue() = 8; in FinalizeSettings()
188 format_options.GetCountValue() = 8; in FinalizeSettings()
205 format_options.GetCountValue() = 32; in FinalizeSettings()
215 format_options.GetCountValue() = 64; in FinalizeSettings()
223 format_options.GetCountValue() = 8; in FinalizeSettings()
231 format_options.GetCountValue() = 8; in FinalizeSettings()
574 if (!m_format_options.GetCountValue().OptionWasSet()) in DoExecute()
575 m_format_options.GetCountValue() = 1; in DoExecute()
611 size_t item_count = m_format_options.GetCountValue().GetCurrentValue(); in DoExecute()
649 else if (m_format_options.GetCountValue().OptionWasSet()) in DoExecute()
678 … bytes_read = clang_ast_type.GetByteSize() * m_format_options.GetCountValue().GetCurrentValue(); in DoExecute()
717 if (!m_format_options.GetCountValue().OptionWasSet()) in DoExecute()