Home
last modified time | relevance | path

Searched refs:objc_class_prefix (Results 1 – 25 of 36) sorted by relevance

12

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFileOptions.php127 protected $objc_class_prefix = null; variable in Google\\Protobuf\\Internal\\FileOptions
805 return isset($this->objc_class_prefix) ? $this->objc_class_prefix : '';
810 return isset($this->objc_class_prefix);
815 unset($this->objc_class_prefix);
829 $this->objc_class_prefix = $var;
/third_party/grpc/src/objective-c/tests/PluginTest/
Dimported-with-dash.proto18 option objc_class_prefix = "RMT";
Dtest-dash-filename.proto18 option objc_class_prefix = "RMT";
/third_party/grpc/examples/protos/
Dhellostreamingworld.proto18 option objc_class_prefix = "HSW";
Dhelloworld.proto20 option objc_class_prefix = "HLW";
Dauth_sample.proto19 option objc_class_prefix = "AUTH";
Droute_guide.proto20 option objc_class_prefix = "RTG";
/third_party/grpc/src/compiler/
Dobjective_c_generator_helpers.h40 string prefix = file->options().objc_class_prefix(); in ServiceClassName()
/third_party/grpc/bazel/test/python_test_repo/
Dhelloworld.proto20 option objc_class_prefix = "HLW";
/third_party/protobuf/src/google/protobuf/
Dunittest_drop_unknown_fields.proto34 option objc_class_prefix = "DropUnknowns";
Dsource_context.proto39 option objc_class_prefix = "GPB";
Dunittest_preserve_unknown_enum.proto34 option objc_class_prefix = "UnknownEnums";
Dempty.proto40 option objc_class_prefix = "GPB";
Dstruct.proto41 option objc_class_prefix = "GPB";
Dwrappers.proto51 option objc_class_prefix = "GPB";
Dduration.proto41 option objc_class_prefix = "GPB";
Dany.proto40 option objc_class_prefix = "GPB";
/third_party/grpc/src/objective-c/examples/RemoteTestClient/
Dtest.proto24 option objc_class_prefix = "RMT";
Dmessages.proto21 option objc_class_prefix = "RMT";
/third_party/grpc/src/objective-c/tests/RemoteTestClient/
Dtest.proto24 option objc_class_prefix = "RMT";
Dmessages.proto21 option objc_class_prefix = "RMT";
/third_party/protobuf/objectivec/Tests/
Dunittest_objc_options.proto34 option objc_class_prefix = "GPBTEST";
Dunittest_deprecated_file.proto33 option objc_class_prefix = "FileDep";
Dunittest_deprecated.proto33 option objc_class_prefix = "Dep";
/third_party/grpc/src/proto/grpc/status/
Dstatus.proto25 option objc_class_prefix = "RPC";

12