Lines Matching refs:GetCountValue
110 OptionValueUInt64 &count_value = format_options.GetCountValue(); in FinalizeSettings()
113 const bool count_option_set = format_options.GetCountValue().OptionWasSet(); in FinalizeSettings()
125 format_options.GetCountValue() = 8; in FinalizeSettings()
142 format_options.GetCountValue() = 8; in FinalizeSettings()
150 format_options.GetCountValue() = 8; in FinalizeSettings()
168 format_options.GetCountValue() = 8; in FinalizeSettings()
186 format_options.GetCountValue() = 32; in FinalizeSettings()
197 format_options.GetCountValue() = 64; in FinalizeSettings()
206 format_options.GetCountValue() = 8; in FinalizeSettings()
215 format_options.GetCountValue() = 8; in FinalizeSettings()
537 if (!m_format_options.GetCountValue().OptionWasSet()) in DoExecute()
538 m_format_options.GetCountValue() = 1; in DoExecute()
569 size_t item_count = m_format_options.GetCountValue().GetCurrentValue(); in DoExecute()
615 } else if (m_format_options.GetCountValue().OptionWasSet()) { in DoExecute()
655 bytes_read = *size * m_format_options.GetCountValue().GetCurrentValue(); in DoExecute()
699 if (!m_format_options.GetCountValue().OptionWasSet()) in DoExecute()
851 if (!m_format_options.GetCountValue().OptionWasSet() || item_count == 1) { in DoExecute()