Internal changes to extensions.

PiperOrigin-RevId: 515063881
pull/12166/head
Protobuf Team Bot 2 years ago committed by Copybara-Service
parent 8aa2b177f1
commit de5ee4f7d6
  1. 2
      src/google/protobuf/descriptor.cc

@ -3937,6 +3937,7 @@ class DescriptorBuilder {
void SuggestFieldNumbers(FileDescriptor* file,
const FileDescriptorProto& proto);
// Must be run only after cross-linking.
void InterpretOptions();
@ -6462,6 +6463,7 @@ void DescriptorBuilder::CrossLinkExtensionRange(
}
void DescriptorBuilder::CrossLinkField(FieldDescriptor* field,
const FieldDescriptorProto& proto) {
if (field->options_ == nullptr) {

Loading…
Cancel
Save