Home | History | Annotate | Download | only in protobuf

Lines Matching defs:ServiceOptions

50 class ServiceOptions;
1218 // optional .google.protobuf.ServiceOptions options = 3;
1222 inline const ::google::protobuf::ServiceOptions& options() const;
1223 inline ::google::protobuf::ServiceOptions* mutable_options();
1233 ::google::protobuf::ServiceOptions* options_;
2027 class LIBPROTOBUF_EXPORT ServiceOptions : public ::google::protobuf::Message {
2029 ServiceOptions();
2030 virtual ~ServiceOptions();
2032 ServiceOptions(const ServiceOptions& from);
2034 inline ServiceOptions& operator=(const ServiceOptions& from) {
2048 static const ServiceOptions& default_instance();
2050 void Swap(ServiceOptions* other);
2054 ServiceOptions* New() const;
2057 void CopyFrom(const ServiceOptions& from);
2058 void MergeFrom(const ServiceOptions& from);
2093 GOOGLE_PROTOBUF_EXTENSION_ACCESSORS(ServiceOptions)
2094 // @@protoc_insertion_point(class_scope:google.protobuf.ServiceOptions)
2119 static ServiceOptions* default_instance_;
3444 // optional .google.protobuf.ServiceOptions options = 3;
3449 if (options_ != NULL) options_->::google::protobuf::ServiceOptions::Clear();
3452 inline const ::google::protobuf::ServiceOptions& ServiceDescriptorProto::options() const {
3455 inline ::google::protobuf::ServiceOptions* ServiceDescriptorProto::mutable_options() {
3457 if (options_ == NULL) options_ = new ::google::protobuf::ServiceOptions;
4043 // ServiceOptions
4046 inline int ServiceOptions::uninterpreted_option_size() const {
4049 inline void ServiceOptions::clear_uninterpreted_option() {
4052 inline const ::google::protobuf::UninterpretedOption& ServiceOptions::uninterpreted_option(int index) const {
4055 inline ::google::protobuf::UninterpretedOption* ServiceOptions::mutable_uninterpreted_option(int index) {
4058 inline ::google::protobuf::UninterpretedOption* ServiceOptions::add_uninterpreted_option() {
4062 ServiceOptions::uninterpreted_option() const {
4066 ServiceOptions::mutable_uninterpreted_option() {