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

References

tools/lldb/include/lldb/Interpreter/OptionValuePathMappings.h
   39     m_path_mappings.Clear(m_notify_changes);
   50   PathMappingList &GetCurrentValue() { return m_path_mappings; }
   52   const PathMappingList &GetCurrentValue() const { return m_path_mappings; }
tools/lldb/source/Interpreter/OptionValuePathMappings.cpp
   34       strm.Printf(" =%s", (m_path_mappings.GetSize() > 0) ? "\n" : "");
   35     m_path_mappings.Dump(&strm);
   57       const uint32_t count = m_path_mappings.GetSize();
   70             if (!m_path_mappings.Replace(a, b, idx, m_notify_changes))
   71               m_path_mappings.Append(a, b, m_notify_changes);
   93     m_path_mappings.Clear(m_notify_changes);
  108           m_path_mappings.Append(a, b, m_notify_changes);
  129       const uint32_t count = m_path_mappings.GetSize();
  144             m_path_mappings.Insert(a, b, idx, m_notify_changes);
  181             m_path_mappings.Remove(j, m_notify_changes);