Lines Matching refs:GetCurrentValue
70 if (m_num_per_line.GetCurrentValue() == 0) in SetOptionValue()
184 byte_size_value.GetCurrentValue()); in FinalizeSettings()
371 m_memory_options.m_view_as_type.GetCurrentValue(); in DoExecute()
466 m_memory_options.m_language_for_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()
647 bytes_read = *size * m_format_options.GetCountValue().GetCurrentValue(); in DoExecute()
650 addr = addr + (*size * m_memory_options.m_offset.GetCurrentValue()); in DoExecute()
651 } else if (m_format_options.GetFormatValue().GetCurrentValue() != in DoExecute()
686 item_byte_size = m_format_options.GetByteSizeValue().GetCurrentValue(); in DoExecute()
754 m_outfile_options.GetFile().GetCurrentValue(); in DoExecute()
761 const bool append = m_outfile_options.GetAppend().GetCurrentValue(); in DoExecute()
863 exe_scope, m_memory_tag_options.GetShowTags().GetCurrentValue()); in DoExecute()
1079 size_t count = m_memory_options.m_count.GetCurrentValue(); in DoExecute()
1098 found_location + m_memory_options.m_offset.GetCurrentValue(), in DoExecute()
1107 found_location + m_memory_options.m_offset.GetCurrentValue(), 0, 0, in DoExecute()
1109 m_memory_tag_options.GetShowTags().GetCurrentValue()); in DoExecute()
1268 size_t item_byte_size = byte_size_value.GetCurrentValue(); in DoExecute()