#include <descriptor.pb.h>

Public Types | |
| enum | : int { kMethodFieldNumber = 2, kNameFieldNumber = 1, kOptionsFieldNumber = 3 } |
| enum | : int { kMethodFieldNumber = 2, kNameFieldNumber = 1, kOptionsFieldNumber = 3 } |
Public Member Functions | |
| const char * | _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final |
| const char * | _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final |
| uint8_t * | _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
| PROTOBUF_NAMESPACE_ID::MethodDescriptorProto * | add_method () |
| ::PROTOBUF_NAMESPACE_ID::MethodDescriptorProto * | add_method () |
| size_t | ByteSizeLong () const final |
| size_t | ByteSizeLong () const final |
| PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
| PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
| void | clear_method () |
| void | clear_method () |
| void | clear_name () |
| void | clear_name () |
| void | clear_options () |
| void | clear_options () |
| void | CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
| void | CopyFrom (const ServiceDescriptorProto &from) |
| void | CopyFrom (const ServiceDescriptorProto &from) |
| inline ::PROTOBUF_NAMESPACE_ID::Arena * | GetArena () const final |
| int | GetCachedSize () const final |
| int | GetCachedSize () const final |
| const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * | GetClassData () const final |
| void * | GetMaybeArenaPointer () const final |
| ::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
| ::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
| bool | has_name () const |
| bool | has_name () const |
| bool | has_options () const |
| bool | has_options () const |
| ::PROTOBUF_NAMESPACE_ID::uint8 * | InternalSerializeWithCachedSizesToArray (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
| bool | IsInitialized () const final |
| bool | IsInitialized () const final |
| void | MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
| void | MergeFrom (const ServiceDescriptorProto &from) |
| void | MergeFrom (const ServiceDescriptorProto &from) |
| const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::MethodDescriptorProto > & | method () const |
| const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::MethodDescriptorProto > & | method () const |
| const PROTOBUF_NAMESPACE_ID::MethodDescriptorProto & | method (int index) const |
| const ::PROTOBUF_NAMESPACE_ID::MethodDescriptorProto & | method (int index) const |
| int | method_size () const |
| int | method_size () const |
| ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::MethodDescriptorProto > * | mutable_method () |
| ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::MethodDescriptorProto > * | mutable_method () |
| PROTOBUF_NAMESPACE_ID::MethodDescriptorProto * | mutable_method (int index) |
| ::PROTOBUF_NAMESPACE_ID::MethodDescriptorProto * | mutable_method (int index) |
| std::string * | mutable_name () |
| std::string * | mutable_name () |
| ::PROTOBUF_NAMESPACE_ID::ServiceOptions * | mutable_options () |
| PROTOBUF_NAMESPACE_ID::ServiceOptions * | mutable_options () |
| inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
| inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
| const std::string & | name () const |
| const std::string & | name () const |
| ServiceDescriptorProto * | New () const final |
| ServiceDescriptorProto * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final |
| ServiceDescriptorProto * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
| ServiceDescriptorProto & | operator= (const ServiceDescriptorProto &from) |
| ServiceDescriptorProto & | operator= (const ServiceDescriptorProto &from) |
| ServiceDescriptorProto & | operator= (ServiceDescriptorProto &&from) noexcept |
| ServiceDescriptorProto & | operator= (ServiceDescriptorProto &&from) noexcept |
| const ::PROTOBUF_NAMESPACE_ID::ServiceOptions & | options () const |
| const PROTOBUF_NAMESPACE_ID::ServiceOptions & | options () const |
| std::string * | release_name () |
| PROTOBUF_NODISCARD std::string * | release_name () |
| PROTOBUF_NODISCARD ::PROTOBUF_NAMESPACE_ID::ServiceOptions * | release_options () |
| PROTOBUF_NAMESPACE_ID::ServiceOptions * | release_options () |
| ServiceDescriptorProto () | |
| ServiceDescriptorProto () | |
| constexpr | ServiceDescriptorProto (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
| ServiceDescriptorProto (const ServiceDescriptorProto &from) | |
| ServiceDescriptorProto (const ServiceDescriptorProto &from) | |
| ServiceDescriptorProto (ServiceDescriptorProto &&from) noexcept | |
| ServiceDescriptorProto (ServiceDescriptorProto &&from) noexcept | |
| void | set_allocated_name (std::string *name) |
| void | set_allocated_name (std::string *name) |
| void | set_allocated_options (::PROTOBUF_NAMESPACE_ID::ServiceOptions *options) |
| void | set_allocated_options (PROTOBUF_NAMESPACE_ID::ServiceOptions *options) |
| template<typename ArgT0 = const std::string&, typename... ArgT> | |
| void | set_name (ArgT0 &&arg0, ArgT... args) |
| template<typename ArgT0 , typename... ArgT> | |
| PROTOBUF_ALWAYS_INLINE void | set_name (ArgT0 &&arg0, ArgT... args) |
| void | set_name (const char *value) |
| void | set_name (const char *value, size_t size) |
| void | set_name (const std::string &value) |
| void | set_name (std::string &&value) |
| void | Swap (ServiceDescriptorProto *other) |
| void | Swap (ServiceDescriptorProto *other) |
| const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
| const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
| ::PROTOBUF_NAMESPACE_ID::ServiceOptions * | unsafe_arena_release_options () |
| PROTOBUF_NAMESPACE_ID::ServiceOptions * | unsafe_arena_release_options () |
| void | unsafe_arena_set_allocated_options (::PROTOBUF_NAMESPACE_ID::ServiceOptions *options) |
| void | unsafe_arena_set_allocated_options (PROTOBUF_NAMESPACE_ID::ServiceOptions *options) |
| void | UnsafeArenaSwap (ServiceDescriptorProto *other) |
| void | UnsafeArenaSwap (ServiceDescriptorProto *other) |
| virtual | ~ServiceDescriptorProto () |
| ~ServiceDescriptorProto () override | |
Static Public Member Functions | |
| static const ServiceDescriptorProto & | default_instance () |
| static const ServiceDescriptorProto & | default_instance () |
| static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
| static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
| static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
| static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
| static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
| static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
| static void | InitAsDefaultInstance () |
| static const ServiceDescriptorProto * | internal_default_instance () |
| static const ServiceDescriptorProto * | internal_default_instance () |
Static Public Attributes | |
| static const ClassData | _class_data_ |
| static constexpr int | kIndexInFileMessages |
Protected Member Functions | |
| ServiceDescriptorProto (::PROTOBUF_NAMESPACE_ID::Arena *arena) | |
| ServiceDescriptorProto (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Private Types | |
| typedef void | DestructorSkippable_ |
| typedef void | DestructorSkippable_ |
| typedef void | InternalArenaConstructable_ |
| typedef void | InternalArenaConstructable_ |
Static Private Member Functions | |
| static void | ArenaDtor (void *object) |
| static void | ArenaDtor (void *object) |
| ::PROTOBUF_NAMESPACE_ID::StringPiece | FullMessageName () |
| ::PROTOBUF_NAMESPACE_ID::StringPiece | FullMessageName () |
| ::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadataStatic () |
| static void | MergeImpl (::PROTOBUF_NAMESPACE_ID::Message *to, const ::PROTOBUF_NAMESPACE_ID::Message &from) |
Private Attributes | |
| mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize | _cached_size_ |
| ::PROTOBUF_NAMESPACE_ID::internal::HasBits< 1 > | _has_bits_ |
| ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena | _internal_metadata_ |
| ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::MethodDescriptorProto > | method_ |
| ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::MethodDescriptorProto > | method_ |
| ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr | name_ |
| ::PROTOBUF_NAMESPACE_ID::ServiceOptions * | options_ |
| PROTOBUF_NAMESPACE_ID::ServiceOptions * | options_ |
Friends | |
| template<typename T > | |
| class | ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper |
| class | ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata |
| struct | ::TableStruct_google_2fprotobuf_2fdescriptor_2eproto |
| void | swap (ServiceDescriptorProto &a, ServiceDescriptorProto &b) |
| void | swap (ServiceDescriptorProto &a, ServiceDescriptorProto &b) |
Definition at line 3186 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 3393 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 3395 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 3392 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 3394 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
| anonymous enum : int |
| Enumerator | |
|---|---|
| kMethodFieldNumber | |
| kNameFieldNumber | |
| kOptionsFieldNumber | |
Definition at line 3318 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
| anonymous enum : int |
| Enumerator | |
|---|---|
| kMethodFieldNumber | |
| kNameFieldNumber | |
| kOptionsFieldNumber | |
Definition at line 3328 of file protobuf/src/google/protobuf/descriptor.pb.h.
| ServiceDescriptorProto::ServiceDescriptorProto | ( | ) |
Definition at line 5556 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
virtual |
Definition at line 5594 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
| ServiceDescriptorProto::ServiceDescriptorProto | ( | const ServiceDescriptorProto & | from | ) |
Definition at line 5569 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
inlinenoexcept |
Definition at line 3193 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
explicitprotected |
Definition at line 5561 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
inline |
Definition at line 3203 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
override |
|
explicitconstexpr |
Definition at line 195 of file protobuf/src/google/protobuf/descriptor.pb.cc.
| ServiceDescriptorProto::ServiceDescriptorProto | ( | const ServiceDescriptorProto & | from | ) |
|
inlinenoexcept |
Definition at line 3208 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
explicitprotected |
Definition at line 5323 of file protobuf/src/google/protobuf/descriptor.pb.cc.
|
inlineprivate |
Definition at line 10300 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 10182 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
private |
|
inlineprivate |
Definition at line 10314 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlineprivate |
Definition at line 10293 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 10275 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
private |
|
inlineprivate |
Definition at line 10232 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 10349 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 10205 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 10326 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlineprivate |
|
inlineprivate |
Definition at line 10208 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
final |
Definition at line 5641 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
final |
|
final |
Definition at line 5470 of file protobuf/src/google/protobuf/descriptor.pb.cc.
|
inline |
Definition at line 10303 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
| ::PROTOBUF_NAMESPACE_ID::MethodDescriptorProto* ServiceDescriptorProto::add_method | ( | ) |
|
staticprivate |
Definition at line 5605 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
staticprivate |
|
final |
Definition at line 5738 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
final |
|
final |
Definition at line 5620 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
final |
|
inline |
Definition at line 10281 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
| void ServiceDescriptorProto::clear_method | ( | ) |
|
inline |
Definition at line 10189 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
| void ServiceDescriptorProto::clear_name | ( | ) |
| void ServiceDescriptorProto::clear_options | ( | ) |
|
inline |
Definition at line 10322 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
final |
Definition at line 5813 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
| void ServiceDescriptorProto::CopyFrom | ( | const ServiceDescriptorProto & | from | ) |
Definition at line 5820 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
| void ServiceDescriptorProto::CopyFrom | ( | const ServiceDescriptorProto & | from | ) |
|
static |
Definition at line 5614 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
inlinestatic |
Definition at line 3247 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinestatic |
Definition at line 3224 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinestatic |
Definition at line 3238 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinestaticprivate |
Definition at line 3288 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinestaticprivate |
Definition at line 3308 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinefinal |
Definition at line 3218 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlineprivate |
Definition at line 3297 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinefinal |
Definition at line 3280 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinefinal |
Definition at line 3298 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
final |
Definition at line 5550 of file protobuf/src/google/protobuf/descriptor.pb.cc.
|
inlinestatic |
Definition at line 3227 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinestatic |
Definition at line 3241 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinefinal |
Definition at line 3221 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
final |
Definition at line 5845 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
final |
|
inlinestaticprivate |
Definition at line 3307 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinestatic |
Definition at line 3230 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinestatic |
Definition at line 3244 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 10186 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
| bool ServiceDescriptorProto::has_name | ( | ) | const |
| bool ServiceDescriptorProto::has_options | ( | ) | const |
|
inline |
Definition at line 10319 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
static |
Definition at line 5523 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
inlinestatic |
Definition at line 3236 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinestatic |
Definition at line 3250 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
final |
Definition at line 5697 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
private |
Definition at line 5835 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
private |
|
final |
Definition at line 5827 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
final |
|
inlineprivate |
Definition at line 3300 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
final |
Definition at line 5779 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
| void ServiceDescriptorProto::MergeFrom | ( | const ServiceDescriptorProto & | from | ) |
Definition at line 5794 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
| void ServiceDescriptorProto::MergeFrom | ( | const ServiceDescriptorProto & | from | ) |
|
staticprivate |
Definition at line 5552 of file protobuf/src/google/protobuf/descriptor.pb.cc.
|
inline |
Definition at line 10308 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
| const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::MethodDescriptorProto >& ServiceDescriptorProto::method | ( | ) | const |
|
inline |
Definition at line 10296 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
| const ::PROTOBUF_NAMESPACE_ID::MethodDescriptorProto& ServiceDescriptorProto::method | ( | int | index | ) | const |
|
inline |
Definition at line 10278 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
| int ServiceDescriptorProto::method_size | ( | ) | const |
|
inline |
Definition at line 10289 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
| ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::MethodDescriptorProto >* ServiceDescriptorProto::mutable_method | ( | ) |
|
inline |
Definition at line 10284 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
| ::PROTOBUF_NAMESPACE_ID::MethodDescriptorProto* ServiceDescriptorProto::mutable_method | ( | int | index | ) |
|
inline |
Definition at line 10201 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
| std::string* ServiceDescriptorProto::mutable_name | ( | ) |
| ::PROTOBUF_NAMESPACE_ID::ServiceOptions* ServiceDescriptorProto::mutable_options | ( | ) |
|
inline |
Definition at line 10357 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 3214 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 3234 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 10193 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
| const std::string& ServiceDescriptorProto::name | ( | ) | const |
|
inlinefinal |
Definition at line 3262 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinefinal |
Definition at line 3266 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinefinal |
Definition at line 3281 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 3198 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 3213 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinenoexcept |
Definition at line 3202 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinenoexcept |
Definition at line 3217 of file protobuf/src/google/protobuf/descriptor.pb.h.
| const ::PROTOBUF_NAMESPACE_ID::ServiceOptions& ServiceDescriptorProto::options | ( | ) | const |
|
inline |
Definition at line 10331 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlineprivate |
Definition at line 5609 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
inlineprivate |
|
inline |
Definition at line 10236 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
| PROTOBUF_NODISCARD std::string* ServiceDescriptorProto::release_name | ( | ) |
| PROTOBUF_NODISCARD ::PROTOBUF_NAMESPACE_ID::ServiceOptions* ServiceDescriptorProto::release_options | ( | ) |
|
inline |
Definition at line 10335 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 10244 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
| void ServiceDescriptorProto::set_allocated_name | ( | std::string * | name | ) |
|
inline |
Definition at line 11506 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 10361 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
| void ServiceDescriptorProto::set_name | ( | ArgT0 && | arg0, |
| ArgT... | args | ||
| ) |
|
inline |
Definition at line 11345 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 10218 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 10225 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 10197 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 10212 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
finalprivate |
Definition at line 5611 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
finalprivate |
|
inlineprivate |
Definition at line 5588 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
private |
|
inlineprivate |
Definition at line 5599 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
private |
|
inline |
Definition at line 3246 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 3260 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 3211 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 3231 of file protobuf/src/google/protobuf/descriptor.pb.h.
| ::PROTOBUF_NAMESPACE_ID::ServiceOptions* ServiceDescriptorProto::unsafe_arena_release_options | ( | ) |
|
inline |
Definition at line 10342 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 11458 of file protobuf/src/google/protobuf/descriptor.pb.h.
| void ServiceDescriptorProto::unsafe_arena_set_allocated_options | ( | PROTOBUF_NAMESPACE_ID::ServiceOptions * | options | ) |
Definition at line 5543 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
inline |
Definition at line 3254 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 3273 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
friend |
Definition at line 3393 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
friend |
Definition at line 3287 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
friend |
Definition at line 3401 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
friend |
Definition at line 3243 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
friend |
Definition at line 3257 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
mutableprivate |
Definition at line 3397 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
static |
Definition at line 3319 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 3396 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 3390 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
staticconstexpr |
Definition at line 3240 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 3396 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 3398 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 3399 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 3398 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 3400 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.