Lines Matching refs:m_offset
66 m_offset(0, 0) {} in OptionGroupReadMemory()
101 error = m_offset.SetValueFromString(option_value); in SetOptionValue()
117 m_offset.Clear(); in OptionParsingStarting()
280 m_view_as_type.OptionWasSet() || m_offset.OptionWasSet(); in AnyOptionWasSet()
287 OptionValueUInt64 m_offset; member in OptionGroupReadMemory
653 addr = addr + (*size * m_memory_options.m_offset.GetCurrentValue()); in DoExecute()
899 OptionGroupFindMemory() : OptionGroup(), m_count(1), m_offset(0) {} in OptionGroupFindMemory()
928 if (m_offset.SetValueFromString(option_value).Fail()) in SetOptionValue()
949 OptionValueUInt64 m_offset; member in CommandObjectMemoryFind::OptionGroupFindMemory
1128 found_location + m_memory_options.m_offset.GetCurrentValue(), in DoExecute()
1137 found_location + m_memory_options.m_offset.GetCurrentValue(), 0, 0); in DoExecute()