Searched refs:PropertyStructWrapperBase (Results 1 – 2 of 2) sorted by relevance
55 struct PropertyStructWrapperBase struct57 virtual ~PropertyStructWrapperBase (void) {} in ~PropertyStructWrapperBase() argument65 using PropertyStructWrapperCreator = PropertyStructWrapperBase* (*) (void);77 PropertyStructWrapperBase* createPropertyStructWrapper (void) in createPropertyStructWrapper()115 …static void addToChainStructWrapper(void*** chainPNextPtr, PropertyStructWrapperBase* stru…120 mutable std::vector<PropertyStructWrapperBase*> m_properties;154 class PropertyStructWrapper : public PropertyStructWrapperBase
43 std::vector<PropertyStructWrapperBase*> propertiesToFillFromBlob; in DeviceProperties()44 std::vector<PropertyStructWrapperBase*> propertiesAddedWithVK; in DeviceProperties()83 PropertyStructWrapperBase* p = (*propertyStructCreationData.creatorFunction)(); in DeviceProperties()127 void DeviceProperties::addToChainStructWrapper(void*** chainPNextPtr, PropertyStructWrapperBase* st… in addToChainStructWrapper()