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

/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.h135 file->options().cc_generic_services();
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.h148 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());
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc632 "\030\013 \001(\t\022\"\n\023cc_generic_services\030\020 \001(\010:\005fal"
4596 // optional bool cc_generic_services = 16 [default = false];
4741 // optional bool cc_generic_services = 16 [default = false];
4743 ::google::protobuf::internal::WireFormatLite::WriteBool(16, this->cc_generic_services(), output);
4825 // optional bool cc_generic_services = 16 [default = false];
4827 target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(16, this->cc_generic_services(), target);
4909 // optional bool cc_generic_services = 16 [default = false];
4986 set_cc_generic_services(from.cc_generic_services());
H A Ddescriptor.pb.h1564 // optional bool cc_generic_services = 16 [default = false];
1568 inline bool cc_generic_services() const;
4855 // optional bool cc_generic_services = 16 [default = false];
4869 inline bool FileOptions::cc_generic_services() const { function in class:google::protobuf::FileOptions
H A Ddescriptor.cc4169 (service->file()->options().cc_generic_services() ||
4174 "unless you set both options cc_generic_services and "

Completed in 219 milliseconds