Searched refs:mObjectSlotCount (Results 1 – 2 of 2) sorted by relevance
70 mObjectSlotCount(0), mObjectSlotList(NULL), in MetadataExtractor()84 mObjectSlotCount(0), mObjectSlotList(NULL), in MetadataExtractor()150 mObjectSlotCount = ObjectSlotMetadata->getNumOperands(); in populateObjectSlotMetadata()152 if (!mObjectSlotCount) { in populateObjectSlotMetadata()156 uint32_t *TmpSlotList = new uint32_t[mObjectSlotCount]; in populateObjectSlotMetadata()157 memset(TmpSlotList, 0, mObjectSlotCount * sizeof(*TmpSlotList)); in populateObjectSlotMetadata()159 for (size_t i = 0; i < mObjectSlotCount; i++) { in populateObjectSlotMetadata()
54 size_t mObjectSlotCount; variable169 return mObjectSlotCount; in getObjectSlotCount()