Searched refs:m_synthetic_children_count (Results 1 – 2 of 2) sorted by relevance
51 m_synthetic_children_count(UINT32_MAX), in ValueObjectSynthetic()87 if (m_synthetic_children_count < UINT32_MAX) in CalculateNumChildren()88 return m_synthetic_children_count <= max ? m_synthetic_children_count : max; in CalculateNumChildren()98 size_t num_children = (m_synthetic_children_count = in CalculateNumChildren()198 m_synthetic_children_count = UINT32_MAX; in UpdateValue()
151 uint32_t m_synthetic_children_count; // FIXME use the ValueObject's variable