Lines Matching refs:GetCurrentValue
67 if (m_num_per_line.GetCurrentValue() == 0) in SetOptionValue()
181 byte_size_value.GetCurrentValue()); in FinalizeSettings()
369 m_memory_options.m_view_as_type.GetCurrentValue(); in DoExecute()
466 m_memory_options.m_language_for_type.GetCurrentValue(); in DoExecute()
563 size_t item_count = m_format_options.GetCountValue().GetCurrentValue(); in DoExecute()
572 : m_format_options.GetByteSizeValue().GetCurrentValue(); in DoExecute()
575 m_memory_options.m_num_per_line.GetCurrentValue(); in DoExecute()
645 bytes_read = *size * m_format_options.GetCountValue().GetCurrentValue(); in DoExecute()
648 addr = addr + (*size * m_memory_options.m_offset.GetCurrentValue()); in DoExecute()
649 } else if (m_format_options.GetFormatValue().GetCurrentValue() != in DoExecute()
684 item_byte_size = m_format_options.GetByteSizeValue().GetCurrentValue(); in DoExecute()
751 m_outfile_options.GetFile().GetCurrentValue(); in DoExecute()
758 const bool append = m_outfile_options.GetAppend().GetCurrentValue(); in DoExecute()
1092 size_t count = m_memory_options.m_count.GetCurrentValue(); in DoExecute()
1111 found_location + m_memory_options.m_offset.GetCurrentValue(), in DoExecute()
1120 found_location + m_memory_options.m_offset.GetCurrentValue(), 0, 0); in DoExecute()
1294 size_t item_byte_size = byte_size_value.GetCurrentValue(); in DoExecute()