Lines Matching defs:propertiesStorage
656 propertiesStorage = operator new(op->getPropertiesStorageSize());
657 OpaqueProperties propCopy(propertiesStorage);
667 assert(!propertiesStorage &&
677 if (propertiesStorage) {
678 OpaqueProperties propCopy(propertiesStorage);
682 operator delete(propertiesStorage);
683 propertiesStorage = nullptr;
693 if (propertiesStorage) {
694 OpaqueProperties propCopy(propertiesStorage);
697 operator delete(propertiesStorage);
698 propertiesStorage = nullptr;
708 void *propertiesStorage = nullptr;