Lines Matching defs:m_format_options
292 m_format_options(eFormatBytesWithASCII, 1, 8),
321 m_option_group.Append(&m_format_options,
325 m_option_group.Append(&m_format_options,
329 m_option_group.Append(&m_format_options,
529 m_format_options.GetByteSizeValue() = *size;
531 if (!m_format_options.GetCountValue().OptionWasSet())
532 m_format_options.GetCountValue() = 1;
534 error = m_memory_options.FinalizeSettings(target, m_format_options);
551 if (!m_format_options.AnyOptionWasSet() &&
556 m_format_options = m_prev_format_options;
564 size_t item_count = m_format_options.GetCountValue().GetCurrentValue();
573 : m_format_options.GetByteSizeValue().GetCurrentValue();
608 } else if (m_format_options.GetCountValue().OptionWasSet()) {
639 if (!m_format_options.GetFormatValue().OptionWasSet())
640 m_format_options.GetFormatValue().SetCurrentValue(eFormatDefault);
647 bytes_read = *size * m_format_options.GetCountValue().GetCurrentValue();
651 } else if (m_format_options.GetFormatValue().GetCurrentValue() !=
684 if (m_format_options.GetByteSizeValue().OptionWasSet() &&
685 !m_format_options.HasGDBFormat())
686 item_byte_size = m_format_options.GetByteSizeValue().GetCurrentValue();
689 if (!m_format_options.GetCountValue().OptionWasSet())
744 m_prev_format_options = m_format_options;
811 Format format = m_format_options.GetFormat();
837 Format format = m_format_options.GetFormat();
841 if (!m_format_options.GetCountValue().OptionWasSet() || item_count == 1) {
869 OptionGroupFormat m_format_options;
1186 m_format_options(
1220 m_option_group.Append(&m_format_options,
1223 m_option_group.Append(&m_format_options,
1267 OptionValueUInt64 &byte_size_value = m_format_options.GetByteSizeValue();
1318 if (m_format_options.GetFormat() == eFormatPointer)
1329 switch (m_format_options.GetFormat()) {
1421 if (m_format_options.GetFormat() == eFormatCString)
1500 OptionGroupFormat m_format_options;