Lines Matching refs:GetCurrentValue
69 if (m_num_per_line.GetCurrentValue() == 0) in SetOptionValue()
183 byte_size_value.GetCurrentValue()); in FinalizeSettings()
370 m_memory_options.m_view_as_type.GetCurrentValue(); in DoExecute()
467 m_memory_options.m_language_for_type.GetCurrentValue(); in DoExecute()
566 size_t item_count = m_format_options.GetCountValue().GetCurrentValue(); in DoExecute()
575 : m_format_options.GetByteSizeValue().GetCurrentValue(); in DoExecute()
578 m_memory_options.m_num_per_line.GetCurrentValue(); in DoExecute()
658 bytes_read = *size * m_format_options.GetCountValue().GetCurrentValue(); in DoExecute()
661 addr = addr + (*size * m_memory_options.m_offset.GetCurrentValue()); in DoExecute()
662 } else if (m_format_options.GetFormatValue().GetCurrentValue() != in DoExecute()
697 item_byte_size = m_format_options.GetByteSizeValue().GetCurrentValue(); in DoExecute()
765 m_outfile_options.GetFile().GetCurrentValue(); in DoExecute()
772 const bool append = m_outfile_options.GetAppend().GetCurrentValue(); in DoExecute()
871 exe_scope, m_memory_tag_options.GetShowTags().GetCurrentValue()); in DoExecute()
1120 size_t count = m_memory_options.m_count.GetCurrentValue(); in DoExecute()
1139 found_location + m_memory_options.m_offset.GetCurrentValue(), in DoExecute()
1148 found_location + m_memory_options.m_offset.GetCurrentValue(), 0, 0, in DoExecute()
1150 m_memory_tag_options.GetShowTags().GetCurrentValue()); in DoExecute()
1338 size_t item_byte_size = byte_size_value.GetCurrentValue(); in DoExecute()