Searched refs:mObjectSlotCount (Results 1 – 2 of 2) sorted by relevance
184 mObjectSlotCount(0), mObjectSlotList(nullptr), in MetadataExtractor()202 mObjectSlotCount(0), mObjectSlotList(nullptr), in MetadataExtractor()277 mObjectSlotCount = ObjectSlotMetadata->getNumOperands(); in populateObjectSlotMetadata()279 if (!mObjectSlotCount) { in populateObjectSlotMetadata()283 uint32_t *TmpSlotList = new uint32_t[mObjectSlotCount]; in populateObjectSlotMetadata()284 memset(TmpSlotList, 0, mObjectSlotCount * sizeof(*TmpSlotList)); in populateObjectSlotMetadata()286 for (size_t i = 0; i < mObjectSlotCount; i++) { in populateObjectSlotMetadata()
105 size_t mObjectSlotCount; variable263 return mObjectSlotCount; in getObjectSlotCount()