Searched refs:PropertyData (Results 1 – 3 of 3) sorted by relevance
166 struct PropertyData { struct168 PropertyData(IdentifierInfo *getterId, IdentifierInfo *setterId) in PropertyData() argument197 PropertyData &getPropertyDataBuffer() { in getPropertyDataBuffer()199 return *reinterpret_cast<PropertyData*>(this + 1); in getPropertyDataBuffer()202 const PropertyData &getPropertyDataBuffer() const { in getPropertyDataBuffer()204 return *reinterpret_cast<const PropertyData*>(this + 1); in getPropertyDataBuffer()313 new (&getPropertyDataBuffer()) PropertyData(getterId, setterId); in AttributeList()442 const PropertyData &getPropertyData() const { in getPropertyData()494 + (sizeof(AttributeList::PropertyData) + sizeof(void *) - 1)
200 BYTE PropertyData[PropertySize];
13727 const AttributeList::PropertyData &Data = MSPropertyAttr->getPropertyData(); in HandleMSProperty()