Lines Matching refs:GetCurrentValue
82 if (m_num_per_line.GetCurrentValue() == 0) in SetOptionValue()
192 byte_size_value.GetCurrentValue()); in FinalizeSettings()
381 m_memory_options.m_view_as_type.GetCurrentValue(); in DoExecute()
564 size_t item_count = m_format_options.GetCountValue().GetCurrentValue(); in DoExecute()
573 : m_format_options.GetByteSizeValue().GetCurrentValue(); in DoExecute()
576 m_memory_options.m_num_per_line.GetCurrentValue(); in DoExecute()
650 bytes_read = *size * m_format_options.GetCountValue().GetCurrentValue(); in DoExecute()
653 addr = addr + (*size * m_memory_options.m_offset.GetCurrentValue()); in DoExecute()
654 } else if (m_format_options.GetFormatValue().GetCurrentValue() != in DoExecute()
691 item_byte_size = m_format_options.GetByteSizeValue().GetCurrentValue(); in DoExecute()
758 m_outfile_options.GetFile().GetCurrentValue(); in DoExecute()
765 const bool append = m_outfile_options.GetAppend().GetCurrentValue(); in DoExecute()
1109 size_t count = m_memory_options.m_count.GetCurrentValue(); in DoExecute()
1128 found_location + m_memory_options.m_offset.GetCurrentValue(), in DoExecute()
1137 found_location + m_memory_options.m_offset.GetCurrentValue(), 0, 0); in DoExecute()
1345 size_t item_byte_size = byte_size_value.GetCurrentValue(); in DoExecute()