Searched refs:otherArena (Results 1 – 1 of 1) sorted by relevance
69 void swap(ParserArena& otherArena) in swap() argument71 std::swap(m_freeableMemory, otherArena.m_freeableMemory); in swap()72 std::swap(m_freeablePoolEnd, otherArena.m_freeablePoolEnd); in swap()73 m_identifierArena.swap(otherArena.m_identifierArena); in swap()74 m_freeablePools.swap(otherArena.m_freeablePools); in swap()75 m_deletableObjects.swap(otherArena.m_deletableObjects); in swap()76 m_refCountedObjects.swap(otherArena.m_refCountedObjects); in swap()