|
|
@ -4993,7 +4993,7 @@ static void PlanAllocationSize(const FileDescriptorProto& proto, |
|
|
|
alloc.PlanArray<FileDescriptor>(1); |
|
|
|
alloc.PlanArray<FileDescriptor>(1); |
|
|
|
alloc.PlanArray<FileDescriptorTables>(1); |
|
|
|
alloc.PlanArray<FileDescriptorTables>(1); |
|
|
|
alloc.PlanArray<std::string>(2 |
|
|
|
alloc.PlanArray<std::string>(2 |
|
|
|
); // name + package
|
|
|
|
); // name + package
|
|
|
|
if (proto.has_options()) alloc.PlanArray<FileOptions>(1); |
|
|
|
if (proto.has_options()) alloc.PlanArray<FileOptions>(1); |
|
|
|
if (proto.has_source_code_info()) alloc.PlanArray<SourceCodeInfo>(1); |
|
|
|
if (proto.has_source_code_info()) alloc.PlanArray<SourceCodeInfo>(1); |
|
|
|
|
|
|
|
|
|
|
|