Searched refs:org_set (Results 1 – 1 of 1) sorted by relevance
74 ScopedSetInsertion(std::set<T>* org_set, T elem) in ScopedSetInsertion() argument75 : m_Set(org_set), m_Entry(elem) { in ScopedSetInsertion()