Protocol Buffers - Google's data interchange format (grpc依赖)
https://developers.google.com/protocol-buffers/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
496 B
13 lines
496 B
2 years ago
|
objc.protobuf.tests = "" # Explicit empty prefix
|
||
|
objc.protobuf.tests.any = Any
|
||
|
objc.protobuf.tests.chain = Chain
|
||
|
objc.protobuf.tests.cycle = Cycle
|
||
|
objc.protobuf.tests.deprecated = Dep
|
||
|
objc.protobuf.tests.deprecated_file = FileDep
|
||
|
objc.protobuf.tests.import = Import
|
||
|
objc.protobuf.tests.mset = MSet
|
||
|
objc.protobuf.tests.options = GPBTEST
|
||
|
objc.protobuf.tests.proto3_preserve_unknown_enum = UnknownEnums
|
||
|
objc.protobuf.tests.public_import = PublicImport
|
||
|
objc.protobuf.tests.startup = TestObjCStartup
|