Searched refs:numTypes (Results 1 – 2 of 2) sorted by relevance
42 static const unsigned numTypes = std::size(TypeInfos); variable45 assert(id > 0 && id - 1 < numTypes && "Invalid Type ID."); in getInfo()382 for (unsigned i=0; i<numTypes; ++i) { in lookupTypeForTypeSpecifier()
1155 uint32_t numTypes = std::distance(entries.begin(), mid); in mergeTypesWithGHash() local1157 Log(ctx) << "Tpi record count: " << numTypes; in mergeTypesWithGHash()1172 uint32_t pdbTypeIndex = i < numTypes ? i : i - numTypes; in mergeTypesWithGHash()