/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | FileOptions.php | 100 protected $py_generic_services = null; variable in Google\\Protobuf\\Internal\\FileOptions 658 return isset($this->py_generic_services) ? $this->py_generic_services : false; 663 return isset($this->py_generic_services); 668 unset($this->py_generic_services); 679 $this->py_generic_services = $var;
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/python/google/protobuf/internal/ |
D | test_bad_identifiers.proto | 36 option py_generic_services = true;
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | test_bad_identifiers.proto | 37 option py_generic_services = true;
|
/third_party/protobuf/src/google/protobuf/ |
D | unittest_lazy_dependencies_custom_option.proto | 46 option py_generic_services = true; // auto-added
|
D | unittest_lazy_dependencies_enum.proto | 43 option py_generic_services = true; // auto-added
|
D | unittest_lazy_dependencies.proto | 45 option py_generic_services = true; // auto-added
|
D | unittest_custom_options.proto | 43 option py_generic_services = true;
|
D | unittest.proto | 45 option py_generic_services = true; // auto-added
|
D | descriptor.proto | 409 optional bool py_generic_services = 18 [default = false]; field
|
D | descriptor.pb.h | 3846 bool py_generic_services() const; 10407 inline bool FileOptions::py_generic_services() const { in py_generic_services() function
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest_custom_options.proto | 42 option py_generic_services = true;
|
D | unittest.proto | 42 option py_generic_services = true; // auto-added
|
D | descriptor.proto | 298 optional bool py_generic_services = 18 [default=false]; field
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest_custom_options.proto | 42 option py_generic_services = true;
|
D | unittest.proto | 42 option py_generic_services = true; // auto-added
|
D | descriptor.proto | 298 optional bool py_generic_services = 18 [default=false]; field
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | unittest_custom_options.proto | 42 option py_generic_services = true;
|
D | unittest.proto | 42 option py_generic_services = true; // auto-added
|
D | descriptor.proto | 298 optional bool py_generic_services = 18 [default=false]; field
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/ |
D | unittest_proto3.proto | 43 option py_generic_services = true; // auto-added
|
/third_party/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 175 return file->service_count() > 0 && file->options().py_generic_services(); in HasGenericServices()
|
/third_party/protobuf/csharp/protos/ |
D | unittest.proto | 45 option py_generic_services = true; // auto-added
|
/third_party/grpc/third_party/upb/benchmarks/ |
D | descriptor_sv.proto | 398 optional bool py_generic_services = 18 [default = false]; field
|
D | descriptor.proto | 405 optional bool py_generic_services = 18 [default = false]; field
|
/third_party/protobuf/ |
D | CHANGES.txt | 2090 option py_generic_services = false;
|