Lines Matching defs:count
145 int8_t count = this->readS8();
147 fSymbolTable->takeOwnershipOfString(componentType->getArrayName(count));
149 Type::MakeArrayType(*arrayName, *componentType, count));
314 int count = this->readU8();
316 statements.reserve_back(count);
317 for (int i = 0; i < count; ++i) {
401 uint8_t count = this->readU8();
403 array.reserve_back(count);
404 for (int i = 0; i < count; ++i) {
514 int count = this->readU8();
516 for (int i = 0; i < count; ++i) {