ADD: added new version of protobuf
This commit is contained in:
@@ -29,21 +29,19 @@
|
||||
|
||||
syntax = "proto2";
|
||||
|
||||
package objc.protobuf.tests.chain;
|
||||
package protobuf_unittest;
|
||||
|
||||
import "objectivec/Tests/unittest.proto";
|
||||
import "google/protobuf/unittest.proto";
|
||||
|
||||
import "objectivec/Tests/unittest_extension_chain_c.proto";
|
||||
|
||||
option objc_class_prefix = "Chain";
|
||||
import "unittest_extension_chain_c.proto";
|
||||
|
||||
// The Root for this file should end up adding the local extension and merging
|
||||
// in the extensions from C's Root (unittest will come via C's).
|
||||
|
||||
message BMessage {
|
||||
optional CMessage c = 1;
|
||||
message ChainBMessage {
|
||||
optional ChainCMessage c = 1;
|
||||
}
|
||||
|
||||
extend objc.protobuf.tests.TestAllExtensions {
|
||||
extend TestAllExtensions {
|
||||
optional int32 chain_b_extension = 10002;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user