Searched refs:m_synthetic_children (Results 1 – 2 of 2) sorted by relevance
84 m_children(), m_synthetic_children(), m_dynamic_value(nullptr), in ValueObject()113 m_manager(&manager), m_children(), m_synthetic_children(), in ValueObject()1613 m_synthetic_children[key] = valobj; in AddSyntheticChild()1619 m_synthetic_children.find(key); in GetSyntheticChild()1620 if (pos != m_synthetic_children.end()) in GetSyntheticChild()
856 std::map<ConstString, ValueObject *> m_synthetic_children; variable