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

/external/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp67 m_synthetic_children_count(UINT32_MAX),
108 if (m_synthetic_children_count < UINT32_MAX)
109 return m_synthetic_children_count;
110 return (m_synthetic_children_count = m_synth_filter_ap->CalculateNumChildren());
184 m_synthetic_children_count = UINT32_MAX;
/external/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h161 uint32_t m_synthetic_children_count; // FIXME use the ValueObject's ChildrenManager instead of a special purpose solution member in class:lldb_private::ValueObjectSynthetic

Completed in 136 milliseconds