Searched refs:typeConfigs (Results 1 – 2 of 2) sorted by relevance
4678 const TypeList& typeConfigs = grp->types[t]; in getBagLocked() local4679 if (typeConfigs.isEmpty()) { in getBagLocked()4684 const size_t NENTRY = typeConfigs[0]->entryCount; in getBagLocked()4687 e, (int)typeConfigs[0]->entryCount); in getBagLocked()7328 const Type* typeConfigs = typeList[0]; in createIdmap() local7636 const Type* typeConfigs = typeList[splitIndex]; in print() local7637 const size_t NTC = typeConfigs->configs.size(); in print()7639 (int)typeIndex, (int)NTC, (int)typeConfigs->entryCount); in print()7640 if (typeConfigs->typeSpecFlags != NULL) { in print()7817 print_value(typeConfigs->package, value); in print()[all …]
1028 private void setConcurrencyConfig(int total, TypeConfig... typeConfigs) throws Exception { in setConcurrencyConfig() argument1038 for (TypeConfig config : typeConfigs) { in setConcurrencyConfig()