Searched refs:typeConfigs (Results 1 – 1 of 1) sorted by relevance
4320 const TypeList& typeConfigs = grp->types[t]; in getBagLocked() local4321 if (typeConfigs.isEmpty()) { in getBagLocked()4326 const size_t NENTRY = typeConfigs[0]->entryCount; in getBagLocked()4329 e, (int)typeConfigs[0]->entryCount); in getBagLocked()6818 const Type* typeConfigs = typeList[0]; in createIdmap() local6824 for (size_t entryIndex = 0; entryIndex < typeConfigs->entryCount; ++entryIndex) { in createIdmap()7132 const Type* typeConfigs = typeList[0]; in print() local7133 const size_t NTC = typeConfigs->configs.size(); in print()7135 (int)typeIndex, (int)NTC, (int)typeConfigs->entryCount); in print()7136 if (typeConfigs->typeSpecFlags != NULL) { in print()[all …]