Searched refs:typeConfigs (Results 1 – 1 of 1) sorted by relevance
4523 const TypeList& typeConfigs = grp->types[t]; in getBagLocked() local4524 if (typeConfigs.isEmpty()) { in getBagLocked()4529 const size_t NENTRY = typeConfigs[0]->entryCount; in getBagLocked()4532 e, (int)typeConfigs[0]->entryCount); in getBagLocked()7166 const Type* typeConfigs = typeList[0]; in createIdmap() local7168 for (size_t entryIndex = 0; entryIndex < typeConfigs->entryCount; ++entryIndex) { in createIdmap()7474 const Type* typeConfigs = typeList[splitIndex]; in print() local7475 const size_t NTC = typeConfigs->configs.size(); in print()7477 (int)typeIndex, (int)NTC, (int)typeConfigs->entryCount); in print()7478 if (typeConfigs->typeSpecFlags != NULL) { in print()[all …]