Home | History | Annotate | Download | only in fpdf_parser

Lines Matching refs:m_Entry

43       : m_Set(org_set), m_Entry(elem) {
44 m_Set->insert(m_Entry);
46 ~ScopedSetInsertion() { m_Set->erase(m_Entry); }
50 const T m_Entry;