Lines Matching refs:GetCountValue
111 OptionValueUInt64 &count_value = format_options.GetCountValue(); in FinalizeSettings()
114 const bool count_option_set = format_options.GetCountValue().OptionWasSet(); in FinalizeSettings()
126 format_options.GetCountValue() = 8; in FinalizeSettings()
143 format_options.GetCountValue() = 8; in FinalizeSettings()
151 format_options.GetCountValue() = 8; in FinalizeSettings()
169 format_options.GetCountValue() = 8; in FinalizeSettings()
187 format_options.GetCountValue() = 32; in FinalizeSettings()
198 format_options.GetCountValue() = 64; in FinalizeSettings()
207 format_options.GetCountValue() = 8; in FinalizeSettings()
216 format_options.GetCountValue() = 8; in FinalizeSettings()
532 if (!m_format_options.GetCountValue().OptionWasSet()) in DoExecute()
533 m_format_options.GetCountValue() = 1; in DoExecute()
563 size_t item_count = m_format_options.GetCountValue().GetCurrentValue(); in DoExecute()
606 } else if (m_format_options.GetCountValue().OptionWasSet()) { in DoExecute()
645 bytes_read = *size * m_format_options.GetCountValue().GetCurrentValue(); in DoExecute()
687 if (!m_format_options.GetCountValue().OptionWasSet()) in DoExecute()
835 if (!m_format_options.GetCountValue().OptionWasSet() || item_count == 1) { in DoExecute()