Lines Matching refs:GetCountValue
113 OptionValueUInt64 &count_value = format_options.GetCountValue(); in FinalizeSettings()
116 const bool count_option_set = format_options.GetCountValue().OptionWasSet(); in FinalizeSettings()
128 format_options.GetCountValue() = 8; in FinalizeSettings()
145 format_options.GetCountValue() = 8; in FinalizeSettings()
153 format_options.GetCountValue() = 8; in FinalizeSettings()
171 format_options.GetCountValue() = 8; in FinalizeSettings()
189 format_options.GetCountValue() = 32; in FinalizeSettings()
200 format_options.GetCountValue() = 64; in FinalizeSettings()
209 format_options.GetCountValue() = 8; in FinalizeSettings()
218 format_options.GetCountValue() = 8; in FinalizeSettings()
533 if (!m_format_options.GetCountValue().OptionWasSet()) in DoExecute()
534 m_format_options.GetCountValue() = 1; in DoExecute()
566 size_t item_count = m_format_options.GetCountValue().GetCurrentValue(); in DoExecute()
619 } else if (m_format_options.GetCountValue().OptionWasSet()) { in DoExecute()
658 bytes_read = *size * m_format_options.GetCountValue().GetCurrentValue(); in DoExecute()
700 if (!m_format_options.GetCountValue().OptionWasSet()) in DoExecute()
849 if (!m_format_options.GetCountValue().OptionWasSet() || item_count == 1) { in DoExecute()