Home
last modified time | relevance | path

Searched refs:cc_generic_services (Results 1 – 25 of 27) sorted by relevance

12

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFileOptions.php92 protected $cc_generic_services = null; variable in Google\\Protobuf\\Internal\\FileOptions
584 return isset($this->cc_generic_services) ? $this->cc_generic_services : false;
589 return isset($this->cc_generic_services);
594 unset($this->cc_generic_services);
615 $this->cc_generic_services = $var;
/third_party/grpc/src/compiler/
Dcpp_plugin.h45 if (file->options().cc_generic_services()) { in Generate()
/third_party/protobuf/src/google/protobuf/
Dunittest_lazy_dependencies_custom_option.proto44 option cc_generic_services = true; // auto-added
Dunittest_lazy_dependencies_enum.proto41 option cc_generic_services = true; // auto-added
Dunittest_lazy_dependencies.proto43 option cc_generic_services = true; // auto-added
Dunittest_custom_options.proto41 option cc_generic_services = true; // auto-added
Dunittest.proto43 option cc_generic_services = true; // auto-added
Dgenerated_message_reflection.cc2440 if (file->options().cc_generic_services()) { in AssignDescriptorsImpl()
Ddescriptor.proto407 optional bool cc_generic_services = 16 [default = false]; field
Ddescriptor.pb.h3820 bool cc_generic_services() const;
10351 inline bool FileOptions::cc_generic_services() const { in cc_generic_services() function
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_test_bad_identifiers.proto44 option cc_generic_services = true; // auto-added
Dcpp_helpers.h397 file->options().cc_generic_services(); in HasGenericServices()
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_custom_options.proto40 option cc_generic_services = true; // auto-added
Dunittest.proto40 option cc_generic_services = true; // auto-added
Ddescriptor.proto296 optional bool cc_generic_services = 16 [default=false]; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_custom_options.proto40 option cc_generic_services = true; // auto-added
Dunittest.proto40 option cc_generic_services = true; // auto-added
Ddescriptor.proto296 optional bool cc_generic_services = 16 [default=false]; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest_custom_options.proto40 option cc_generic_services = true; // auto-added
Dunittest.proto40 option cc_generic_services = true; // auto-added
Ddescriptor.proto296 optional bool cc_generic_services = 16 [default=false]; field
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/
Dunittest_proto3.proto41 option cc_generic_services = true; // auto-added
/third_party/protobuf/csharp/protos/
Dunittest.proto43 option cc_generic_services = true; // auto-added
/third_party/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto396 optional bool cc_generic_services = 16 [default = false]; field
Ddescriptor.proto403 optional bool cc_generic_services = 16 [default = false]; field

12