Lines Matching refs:GetCountValue
123 OptionValueUInt64 &count_value = format_options.GetCountValue(); in FinalizeSettings()
126 const bool count_option_set = format_options.GetCountValue().OptionWasSet(); in FinalizeSettings()
138 format_options.GetCountValue() = 8; in FinalizeSettings()
155 format_options.GetCountValue() = 8; in FinalizeSettings()
163 format_options.GetCountValue() = 8; in FinalizeSettings()
180 format_options.GetCountValue() = 8; in FinalizeSettings()
198 format_options.GetCountValue() = 32; in FinalizeSettings()
209 format_options.GetCountValue() = 64; in FinalizeSettings()
218 format_options.GetCountValue() = 8; in FinalizeSettings()
227 format_options.GetCountValue() = 8; in FinalizeSettings()
532 if (!m_format_options.GetCountValue().OptionWasSet()) in DoExecute()
533 m_format_options.GetCountValue() = 1; in DoExecute()
564 size_t item_count = m_format_options.GetCountValue().GetCurrentValue(); in DoExecute()
610 } else if (m_format_options.GetCountValue().OptionWasSet()) { in DoExecute()
650 bytes_read = *size * m_format_options.GetCountValue().GetCurrentValue(); in DoExecute()
694 if (!m_format_options.GetCountValue().OptionWasSet()) in DoExecute()
840 if (!m_format_options.GetCountValue().OptionWasSet() || item_count == 1) { in DoExecute()