Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DValueObjectSyntheticFilter.cpp67 m_synthetic_children_count(UINT32_MAX), in ValueObjectSynthetic()
108 if (m_synthetic_children_count < UINT32_MAX) in CalculateNumChildren()
109 return m_synthetic_children_count; in CalculateNumChildren()
110 return (m_synthetic_children_count = m_synth_filter_ap->CalculateNumChildren()); in CalculateNumChildren()
184 m_synthetic_children_count = UINT32_MAX; in UpdateValue()
/external/lldb/include/lldb/Core/
DValueObjectSyntheticFilter.h161 …uint32_t m_synthetic_children_count; // FIXME use the ValueObject's ChildrenManager instead… variable