Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObject.h951 std::string m_old_value_str; variable
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp144 m_old_value_str.swap(m_value_str); in UpdateValueIfNeeded()
1098 SetValueDidChange(m_old_value_str != m_value_str); in GetValueAsCString()