Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFileOptions.php100 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/
Dtest_bad_identifiers.proto36 option py_generic_services = true;
/third_party/protobuf/python/google/protobuf/internal/
Dtest_bad_identifiers.proto37 option py_generic_services = true;
/third_party/protobuf/src/google/protobuf/
Dunittest_lazy_dependencies_custom_option.proto46 option py_generic_services = true; // auto-added
Dunittest_lazy_dependencies_enum.proto43 option py_generic_services = true; // auto-added
Dunittest_lazy_dependencies.proto45 option py_generic_services = true; // auto-added
Dunittest_custom_options.proto43 option py_generic_services = true;
Dunittest.proto45 option py_generic_services = true; // auto-added
Ddescriptor.proto409 optional bool py_generic_services = 18 [default = false]; field
Ddescriptor.pb.h3846 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/
Dunittest_custom_options.proto42 option py_generic_services = true;
Dunittest.proto42 option py_generic_services = true; // auto-added
Ddescriptor.proto298 optional bool py_generic_services = 18 [default=false]; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_custom_options.proto42 option py_generic_services = true;
Dunittest.proto42 option py_generic_services = true; // auto-added
Ddescriptor.proto298 optional bool py_generic_services = 18 [default=false]; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest_custom_options.proto42 option py_generic_services = true;
Dunittest.proto42 option py_generic_services = true; // auto-added
Ddescriptor.proto298 optional bool py_generic_services = 18 [default=false]; field
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/
Dunittest_proto3.proto43 option py_generic_services = true; // auto-added
/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc175 return file->service_count() > 0 && file->options().py_generic_services(); in HasGenericServices()
/third_party/protobuf/csharp/protos/
Dunittest.proto45 option py_generic_services = true; // auto-added
/third_party/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto398 optional bool py_generic_services = 18 [default = false]; field
Ddescriptor.proto405 optional bool py_generic_services = 18 [default = false]; field
/third_party/protobuf/
DCHANGES.txt2090 option py_generic_services = false;