Searched defs:AttributePool (Results 1 – 1 of 1) sorted by relevance
339 friend class AttributePool; variable564 friend class AttributePool; variable600 AttributePool(AttributeFactory &factory) : Factory(factory), Head(nullptr) {} in AttributePool() function605 AttributePool(AttributePool &&pool) : Factory(pool.Factory), Head(pool.Head) { in AttributePool() function