Searched refs:m_synthetic_children (Results 1 – 2 of 2) sorted by relevance
954 std::map<ConstString, ValueObject *> m_synthetic_children; variable
1723 m_synthetic_children[key] = valobj; in AddSyntheticChild()1729 m_synthetic_children.find(key); in GetSyntheticChild()1730 if (pos != m_synthetic_children.end()) in GetSyntheticChild()