| Index: third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto
|
| ===================================================================
|
| --- third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto (revision 216642)
|
| +++ third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto (working copy)
|
| @@ -103,9 +103,19 @@
|
| message DO {}
|
| optional DO do = 32;
|
|
|
| + // Some template parameter names for extensions.
|
| + optional int32 field_type = 33;
|
| + optional bool is_packed = 34;
|
| +
|
| extensions 1000 to max;
|
| }
|
|
|
| +message TestConflictingSymbolNamesExtension {
|
| + extend TestConflictingSymbolNames {
|
| + repeated int32 repeated_int32_ext = 20423638 [packed=true];
|
| + }
|
| +}
|
| +
|
| message DummyMessage {}
|
|
|
| service TestConflictingMethodNames {
|
|
|