vendor/google.golang.org/protobuf/reflect/protoreflect/type.go
changeset 260 445e01aede7e
parent 256 6d9efbef00a9
equal deleted inserted replaced
259:db4911b0c721 260:445e01aede7e
   478 // target message (see ExtensionDescriptor.Extendee) and may have no
   478 // target message (see ExtensionDescriptor.Extendee) and may have no
   479 // relationship with the parent. However, the full name of an extension field is
   479 // relationship with the parent. However, the full name of an extension field is
   480 // relative to the parent that it is declared within.
   480 // relative to the parent that it is declared within.
   481 //
   481 //
   482 // For example:
   482 // For example:
       
   483 //
   483 //	syntax = "proto2";
   484 //	syntax = "proto2";
   484 //	package example;
   485 //	package example;
   485 //	message FooMessage {
   486 //	message FooMessage {
   486 //		extensions 100 to max;
   487 //		extensions 100 to max;
   487 //	}
   488 //	}