Searched refs:entryIt (Results 1 – 2 of 2) sorted by relevance
234 for (const FormatExtEntry* entryIt = extFmts.begin(); entryIt != extFmts.end(); entryIt++) in addExtFormats() local241 istringstream tokenStream(string(entryIt->extensions)); in addExtFormats()265 for (const FormatKey* i2 = entryIt->formats.begin(); i2 != entryIt->formats.end(); i2++) in addExtFormats()266 db.addExtensionFormat(formatKeyInfo(*i2), FormatFlags(entryIt->flags), requiredExtensions); in addExtFormats()
1991 auto entryIt = entries.find(objId); in get() local1992 ASSERT_MSG(entryIt != entries.end(), "Missing shadow entry for object %%%d (%s)", in get()1995 auto &entry = entryIt->second; in get()