Home
last modified time | relevance | path

Searched refs:m_notify_changes (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValuePathMappings.cpp71 if (!m_path_mappings.Replace(a, b, idx, m_notify_changes)) in SetValueFromString()
72 m_path_mappings.Append(a, b, m_notify_changes); in SetValueFromString()
94 m_path_mappings.Clear(m_notify_changes); in SetValueFromString()
109 m_path_mappings.Append(a, b, m_notify_changes); in SetValueFromString()
145 m_path_mappings.Insert(a, b, idx, m_notify_changes); in SetValueFromString()
182 m_path_mappings.Remove(j, m_notify_changes); in SetValueFromString()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValuePathMappings.h21 : OptionValue(), m_path_mappings(), m_notify_changes(notify_changes) {} in OptionValuePathMappings()
42 m_path_mappings.Clear(m_notify_changes); in Clear()
61 bool m_notify_changes; variable