Searched refs:m_collectionType (Results 1 – 1 of 1) sorted by relevance
61 , m_collectionType(collectionType) in LiveNodeListBase()67 ASSERT(m_collectionType == static_cast<unsigned>(collectionType)); in LiveNodeListBase()87 …ALWAYS_INLINE CollectionType type() const { return static_cast<CollectionType>(m_collectionType); } in type()159 const unsigned m_collectionType : 5; variable