Searched refs:sub_entry (Results 1 – 2 of 2) sorted by relevance
685 SubEntryType* sub_entry = ruleList->get(ruleParseStart); local686 if (sub_entry != NULL)688 stopIndex = sub_entry->get_data();
1536 const auto &sub_entry = imageSubresourceMap->find(image); in PreCallRecordDestroyImage() local1537 if (sub_entry != imageSubresourceMap->end()) { in PreCallRecordDestroyImage()1538 for (const auto &pair : sub_entry->second) { in PreCallRecordDestroyImage()1541 imageSubresourceMap->erase(sub_entry); in PreCallRecordDestroyImage()