Home
last modified time | relevance | path

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

/external/lldb/source/DataFormatters/
DLibCxxMap.cpp242 m_tree(NULL), in LibcxxStdMapSyntheticFrontEnd()
258 if (m_tree == NULL) in CalculateNumChildren()
260 ValueObjectSP m_item(m_tree->GetChildMemberWithName(ConstString("__pair3_"), true)); in CalculateNumChildren()
307 if (m_tree == NULL || m_root_node == NULL) in GetChildAtIndex()
320 m_tree = NULL; // this will stop all future searches until an Update() happens in GetChildAtIndex()
331 m_tree = NULL; in GetChildAtIndex()
338 m_tree = NULL; in GetChildAtIndex()
350 m_tree = NULL; in GetChildAtIndex()
356 m_tree = NULL; in GetChildAtIndex()
363 m_tree = NULL; in GetChildAtIndex()
[all …]
/external/lldb/include/lldb/DataFormatters/
DCXXFormatterFunctions.h861 ValueObject* m_tree; variable