Home
last modified time | relevance | path

Searched refs:cc_generic_services (Results 1 - 5 of 5) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFileOptions.php90 * Generated from protobuf field <code>optional bool cc_generic_services = 16 [default = false];</code>
92 protected $cc_generic_services = null; variable
222 * @type bool $cc_generic_services
579 * Generated from protobuf field <code>optional bool cc_generic_services = 16 [default = false];</code>
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);
608 * Generated from protobuf field <code>optional bool cc_generic_services = 16 [default = false];</code>
615 $this->cc_generic_services variable
[all...]
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.h397 file->options().cc_generic_services(); in HasGenericServices()
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.cc2440 if (file->options().cc_generic_services()) { in AssignDescriptorsImpl()
H A Ddescriptor.pb.h3814 // optional bool cc_generic_services = 16 [default = false];
3820 bool cc_generic_services() const;
10336 // optional bool cc_generic_services = 16 [default = false];
10351 inline bool FileOptions::cc_generic_services() const { in cc_generic_services() function in FileOptions
10352 // @@protoc_insertion_point(field_get:google.protobuf.FileOptions.cc_generic_services) in cc_generic_services()
10361 // @@protoc_insertion_point(field_set:google.protobuf.FileOptions.cc_generic_services) in set_cc_generic_services()
H A Ddescriptor.cc6212 (service->file()->options().cc_generic_services() || in ValidateServiceOptions()
6216 "unless you set both options cc_generic_services and " in ValidateServiceOptions()

Completed in 40 milliseconds