reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Commands/CommandObjectMemory.cpp
  116     OptionValueUInt64 &count_value = format_options.GetCountValue();
  119     const bool count_option_set = format_options.GetCountValue().OptionWasSet();
  131         format_options.GetCountValue() = 8;
  148         format_options.GetCountValue() = 8;
  156         format_options.GetCountValue() = 8;
  174         format_options.GetCountValue() = 8;
  192         format_options.GetCountValue() = 32;
  203         format_options.GetCountValue() = 64;
  212         format_options.GetCountValue() = 8;
  221         format_options.GetCountValue() = 8;
  543       if (!m_format_options.GetCountValue().OptionWasSet())
  544         m_format_options.GetCountValue() = 1;
  575     size_t item_count = m_format_options.GetCountValue().GetCurrentValue();
  621       } else if (m_format_options.GetCountValue().OptionWasSet()) {
  661       bytes_read = *size * m_format_options.GetCountValue().GetCurrentValue();
  705       if (!m_format_options.GetCountValue().OptionWasSet())
  857       if (!m_format_options.GetCountValue().OptionWasSet() || item_count == 1) {