Searched defs:AttributePool (Results 1 – 1 of 1) sorted by relevance
317 friend class AttributePool; variable516 friend class AttributePool; variable552 AttributePool(AttributeFactory &factory) : Factory(factory), Head(nullptr) {} in AttributePool() function555 AttributePool(AttributePool &pool) : Factory(pool.Factory), Head(pool.Head) { in AttributePool() function