Searched refs:m_Entry (Results 1 – 1 of 1) sorted by relevance
43 : m_Set(org_set), m_Entry(elem) { in ScopedSetInsertion()44 m_Set->insert(m_Entry); in ScopedSetInsertion()46 ~ScopedSetInsertion() { m_Set->erase(m_Entry); } in ~ScopedSetInsertion()50 const T m_Entry; member in __anon3fbd962d0111::ScopedSetInsertion