Searched refs:m_Entry (Results 1 – 1 of 1) sorted by relevance
75 : m_Set(org_set), m_Entry(elem) { in ScopedSetInsertion()76 m_Set->insert(m_Entry); in ScopedSetInsertion()78 ~ScopedSetInsertion() { m_Set->erase(m_Entry); } in ~ScopedSetInsertion()82 const T m_Entry; variable