Searched refs:PropertyStructWrapperBase (Results 1 – 2 of 2) sorted by relevance
58 struct PropertyStructWrapperBase struct60 virtual ~PropertyStructWrapperBase (void) {} in ~PropertyStructWrapperBase() argument68 using PropertyStructWrapperCreator = PropertyStructWrapperBase* (*) (void);80 PropertyStructWrapperBase* createPropertyStructWrapper (void) in createPropertyStructWrapper()124 …static void addToChainStructWrapper(void*** chainPNextPtr, PropertyStructWrapperBase* stru…129 mutable std::vector<PropertyStructWrapperBase*> m_properties;169 class PropertyStructWrapper : public PropertyStructWrapperBase
49 std::vector<PropertyStructWrapperBase*> propertiesToFillFromBlob; in DeviceProperties()50 std::vector<PropertyStructWrapperBase*> propertiesAddedWithVK; in DeviceProperties()112 PropertyStructWrapperBase* p = (*propertyStructCreationData.creatorFunction)(); in DeviceProperties()163 void DeviceProperties::addToChainStructWrapper(void*** chainPNextPtr, PropertyStructWrapperBase* st… in addToChainStructWrapper()