Lines Matching refs:GetCountValue
114 OptionValueUInt64 &count_value = format_options.GetCountValue(); in FinalizeSettings()
117 const bool count_option_set = format_options.GetCountValue().OptionWasSet(); in FinalizeSettings()
129 format_options.GetCountValue() = 8; in FinalizeSettings()
146 format_options.GetCountValue() = 8; in FinalizeSettings()
154 format_options.GetCountValue() = 8; in FinalizeSettings()
172 format_options.GetCountValue() = 8; in FinalizeSettings()
190 format_options.GetCountValue() = 32; in FinalizeSettings()
201 format_options.GetCountValue() = 64; in FinalizeSettings()
210 format_options.GetCountValue() = 8; in FinalizeSettings()
219 format_options.GetCountValue() = 8; in FinalizeSettings()
531 if (!m_format_options.GetCountValue().OptionWasSet()) in DoExecute()
532 m_format_options.GetCountValue() = 1; in DoExecute()
564 size_t item_count = m_format_options.GetCountValue().GetCurrentValue(); in DoExecute()
608 } else if (m_format_options.GetCountValue().OptionWasSet()) { in DoExecute()
647 bytes_read = *size * m_format_options.GetCountValue().GetCurrentValue(); in DoExecute()
689 if (!m_format_options.GetCountValue().OptionWasSet()) in DoExecute()
841 if (!m_format_options.GetCountValue().OptionWasSet() || item_count == 1) { in DoExecute()