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

/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.h135 file->options().cc_generic_services();
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h1494 // optional bool cc_generic_services = 16 [default = true];
1498 inline bool cc_generic_services() const;
3729 // optional bool cc_generic_services = 16 [default = true];
3737 inline bool FileOptions::cc_generic_services() const { function in class:google::protobuf::FileOptions
H A Ddescriptor.pb.cc4324 // optional bool cc_generic_services = 16 [default = true];
4439 // optional bool cc_generic_services = 16 [default = true];
4441 ::google::protobuf::internal::WireFormatLite::WriteBool(16, this->cc_generic_services(), output);
4503 // optional bool cc_generic_services = 16 [default = true];
4505 target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(16, this->cc_generic_services(), target);
4565 // optional bool cc_generic_services = 16 [default = true];
4631 set_cc_generic_services(from.cc_generic_services());

Completed in 214 milliseconds