Searched defs:toRemove (Results 1 – 3 of 3) sorted by relevance
160 auto toRemove = std::find_if(mEntries.begin(), mEntries.end(), [&in_cb](const auto &it) { in unregisterCallback() local
203 void VkReconstruction::removeHandleFromApiInfo(VkSnapshotApiCallHandle h, uint64_t toRemove) { in removeHandleFromApiInfo()319 void VkReconstruction::removeHandles(const uint64_t* toRemove, uint32_t count, bool recursive) { in removeHandles()
426 void removeExtension(std::string& currExts, const std::string& toRemove) { in removeExtension()