Searched refs:m_attributeArray (Results 1 – 3 of 3) sorted by relevance
152 new (&m_attributeArray[i]) Attribute(attributes[i]); in ShareableElementData()158 m_attributeArray[i].~Attribute(); in ~ShareableElementData()172 new (&m_attributeArray[i]) Attribute(other.m_attributeVector.at(i)); in ShareableElementData()202 m_attributeVector.uncheckedAppend(other.m_attributeArray[i]); in UniqueElementData()
122 Attribute m_attributeArray[0]; variable182 return static_cast<const ShareableElementData*>(this)->m_attributeArray; in attributeBase()
89 …ableElementDataCacheEntry(ShareableElementDataCacheKey(elementData->m_attributeArray, elementData-… in cachedShareableElementDataWithAttributes()