class ServiceDescriptorProto
Defined at line 10358 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
-------------------------------------------------------------------
Public Members
static const int kIndexInFileMessages
Protected Members
static ClassDataFull _class_data_
Public Methods
void CopyFrom (const ServiceDescriptorProto & from)
void Clear ()
::size_t ByteSizeLong ()
::google::protobuf::Metadata GetMetadata ()
void ServiceDescriptorProto ()
Defined at line 10362 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
void ServiceDescriptorProto (const ServiceDescriptorProto & from)
Defined at line 10376 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
void ServiceDescriptorProto (ServiceDescriptorProto && from)
Defined at line 10377 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
ServiceDescriptorProto & operator= (const ServiceDescriptorProto & from)
Defined at line 10379 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
ServiceDescriptorProto & operator= (ServiceDescriptorProto && from)
Defined at line 10383 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
const ::google::protobuf::UnknownFieldSet & unknown_fields ()
Defined at line 10393 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
Defined at line 10397 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
const ::google::protobuf::Descriptor * descriptor ()
Defined at line 10402 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
const ::google::protobuf::Descriptor * GetDescriptor ()
Defined at line 10405 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
const ::google::protobuf::Reflection * GetReflection ()
Defined at line 10408 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
const ServiceDescriptorProto & default_instance ()
Defined at line 10411 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
const ServiceDescriptorProto * internal_default_instance ()
Defined at line 10414 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
void Swap (ServiceDescriptorProto * other)
Defined at line 10420 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
void UnsafeArenaSwap (ServiceDescriptorProto * other)
Defined at line 10428 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
ServiceDescriptorProto * New (::google::protobuf::Arena * arena)
implements Message ----------------------------------------------
Defined at line 10436 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
void MergeFrom (const ServiceDescriptorProto & from)
Defined at line 10442 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
bool IsInitialized ()
Defined at line 10450 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
int GetCachedSize ()
Defined at line 10479 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
void ~ServiceDescriptorProto ()
template <typename = void>
void ServiceDescriptorProto (::google::protobuf::internal::ConstantInitialized )
::uint8_t * _InternalSerialize (::uint8_t * target, ::google::protobuf::io::EpsCopyOutputStream * stream)
int method_size ()
repeated .google.protobuf.MethodDescriptorProto method = 2;
Defined at line 15586 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
void clear_method ()
Defined at line 15589 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
::google::protobuf::MethodDescriptorProto * mutable_method (int index)
Defined at line 15593 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
::google::protobuf::RepeatedPtrField< ::google::protobuf::MethodDescriptorProto> * mutable_method ()
Defined at line 15598 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
const ::google::protobuf::MethodDescriptorProto & method (int index)
Defined at line 15604 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
::google::protobuf::MethodDescriptorProto * add_method ()
Defined at line 15609 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::MethodDescriptorProto> & method ()
Defined at line 15615 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
bool has_name ()
optional string name = 1;
Defined at line 15514 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
void clear_name ()
Defined at line 15518 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
const std::string & name ()
Defined at line 15523 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
template <typename Arg_ = const std::string&, typename... Args_>
void set_name (Arg_ && arg, Args_... args)
Defined at line 15529 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
std::string * mutable_name ()
Defined at line 15536 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
std::string * release_name ()
Defined at line 15555 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
void set_allocated_name (std::string * value)
Defined at line 15568 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
bool has_options ()
optional .google.protobuf.ServiceOptions options = 3;
Defined at line 15632 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
void clear_options ()
Defined at line 15637 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
const ::google::protobuf::ServiceOptions & options ()
Defined at line 15647 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
::google::protobuf::ServiceOptions * release_options ()
Defined at line 15664 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
::google::protobuf::ServiceOptions * mutable_options ()
Defined at line 15700 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
void set_allocated_options (::google::protobuf::ServiceOptions * value)
Defined at line 15706 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
void unsafe_arena_set_allocated_options (::google::protobuf::ServiceOptions * value)
Defined at line 15651 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
::google::protobuf::ServiceOptions * unsafe_arena_release_options ()
Defined at line 15683 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
Protected Methods
const ::google::protobuf::internal::ClassData * GetClassData ()
void * PlacementNew_ (const void * , void * mem, ::google::protobuf::Arena * arena)
auto InternalNewImpl_ ()
void ServiceDescriptorProto (::google::protobuf::Arena * arena, ServiceDescriptorProto && from)
Defined at line 10494 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
void ServiceDescriptorProto (::google::protobuf::Arena * arena)
void ServiceDescriptorProto (::google::protobuf::Arena * arena, const ServiceDescriptorProto & from)
Enumerations
enum
| Name | Value |
|---|---|
| kMethodFieldNumber | 2 |
| kNameFieldNumber | 1 |
| kOptionsFieldNumber | 3 |
accessors -------------------------------------------------------
Defined at line 10509 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
Friends
class TableStruct_google_2fprotobuf_2fdescriptor_2eproto
template <typename T>
class InternalHelper
class Arena
class MessageLite
class TcParser
template <typename T>
basic_string_view ServiceDescriptorProto ()
void ServiceDescriptorProto (ServiceDescriptorProto & aServiceDescriptorProto & b)