Searched defs:m_use_synthetic (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/Core/
H A DValueObject.h229 bool m_use_synthetic; member in struct:lldb_private::ValueObject::DumpValueObjectOptions
248 m_use_synthetic(true),
276 m_use_synthetic(rhs.m_use_synthetic),
344 m_use_synthetic = use_synthetic;
/external/lldb/source/API/
H A DSBValue.cpp68 m_use_synthetic(use_synthetic),
78 m_use_synthetic(rhs.m_use_synthetic),
90 m_use_synthetic = rhs.m_use_synthetic;
137 if (value_sp->GetSyntheticValue(m_use_synthetic))
138 value_sp = value_sp->GetSyntheticValue(m_use_synthetic);
156 m_use_synthetic = use_synthetic;
168 return m_use_synthetic;
214 bool m_use_synthetic; member in class:ValueImpl
[all...]

Completed in 85 milliseconds