reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
713 OS << " unsigned " << getLowerName() << "Size = Record.readInt();\n"; 714 OS << " SmallVector<" << getType() << ", 4> " 716 OS << " " << getLowerName() << ".reserve(" << getLowerName() 726 OS << " SmallVector<" << StorageType << ", 4> " 728 OS << " " << StorageName << ".reserve(" << getLowerName() 732 OS << " for (unsigned i = 0; i != " << getLowerName() << "Size; ++i)\n"; 734 OS << " " << StorageName << ".push_back(" << read << ");\n"; 737 OS << " for (unsigned i = 0; i != " << getLowerName() << "Size; ++i)\n"; 738 OS << " " << getLowerName() << ".push_back("