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();
1576 const auto &sub_entry = imageSubresourceMap.find(image); in PreCallRecordDestroyImage() local1577 if (sub_entry != imageSubresourceMap.end()) { in PreCallRecordDestroyImage()1578 for (const auto &pair : sub_entry->second) { in PreCallRecordDestroyImage()1581 imageSubresourceMap.erase(sub_entry); in PreCallRecordDestroyImage()