Searched refs:mObjectSlotCount (Results 1 – 2 of 2) sorted by relevance
189 mObjectSlotCount(0), mObjectSlotList(nullptr), in MetadataExtractor()206 mObjectSlotCount(0), mObjectSlotList(nullptr), in MetadataExtractor()287 mObjectSlotCount = ObjectSlotMetadata->getNumOperands(); in populateObjectSlotMetadata()289 if (!mObjectSlotCount) { in populateObjectSlotMetadata()293 uint32_t *TmpSlotList = new uint32_t[mObjectSlotCount]; in populateObjectSlotMetadata()294 memset(TmpSlotList, 0, mObjectSlotCount * sizeof(*TmpSlotList)); in populateObjectSlotMetadata()296 for (size_t i = 0; i < mObjectSlotCount; i++) { in populateObjectSlotMetadata()
105 size_t mObjectSlotCount; variable260 return mObjectSlotCount; in getObjectSlotCount()