Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebugSessionInfoVarObj.cpp176 m_strFormattedValue = vrOther.m_strFormattedValue; in CopyOther()
203 vrwOther.m_strFormattedValue.clear(); in MoveOther()
514 return m_strFormattedValue; in GetValueFormatted()
569 m_strFormattedValue = GetValueStringFormatted(m_SBValue, m_eVarFormat); in UpdateValue()
H A DMICmnLLDBDebugSessionInfoVarObj.h137 CMIUtilString m_strFormattedValue; variable