Classes | Namespaces | Macros | Functions | Variables
bloaty/third_party/protobuf/src/google/protobuf/descriptor.h File Reference
#include <memory>
#include <set>
#include <string>
#include <vector>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/mutex.h>
#include <google/protobuf/stubs/once.h>
#include <google/protobuf/port_def.inc>
#include <google/protobuf/port_undef.inc>
Include dependency graph for bloaty/third_party/protobuf/src/google/protobuf/descriptor.h:

Go to the source code of this file.

Classes

struct  google::protobuf::DebugStringOptions
 
class  google::protobuf::Descriptor
 
class  google::protobuf::DescriptorPool
 
class  google::protobuf::EnumDescriptor
 
class  google::protobuf::EnumValueDescriptor
 
class  google::protobuf::DescriptorPool::ErrorCollector
 
struct  google::protobuf::Descriptor::ExtensionRange
 
class  google::protobuf::FieldDescriptor
 
class  google::protobuf::FileDescriptor
 
class  google::protobuf.internal::LazyDescriptor
 
class  google::protobuf::MethodDescriptor
 
class  google::protobuf::OneofDescriptor
 
struct  google::protobuf::EnumDescriptor::ReservedRange
 
struct  google::protobuf::Descriptor::ReservedRange
 
class  google::protobuf::ServiceDescriptor
 
struct  google::protobuf::SourceLocation
 

Namespaces

 google
 
 google::protobuf
 
 google::protobuf::compiler
 
 google::protobuf::compiler::cpp
 
 google::protobuf::descriptor_unittest
 
 google.protobuf.internal
 
 google::protobuf::io
 

Macros

#define PROTOBUF_DEFINE_ACCESSOR(CLASS, FIELD, TYPE)   inline TYPE CLASS::FIELD() const { return FIELD##_; }
 
#define PROTOBUF_DEFINE_ARRAY_ACCESSOR(CLASS, FIELD, TYPE)   inline TYPE CLASS::FIELD(int index) const { return FIELD##s_ + index; }
 
#define PROTOBUF_DEFINE_OPTIONS_ACCESSOR(CLASS, TYPE)   inline const TYPE& CLASS::options() const { return *options_; }
 
#define PROTOBUF_DEFINE_STRING_ACCESSOR(CLASS, FIELD)   inline const std::string& CLASS::FIELD() const { return *FIELD##_; }
 

Functions

const Descriptor::ReservedRange * google::protobuf::PROTOBUF_DEFINE_ACCESSOR (FieldDescriptor, containing_oneof, const OneofDescriptor *) PROTOBUF_DEFINE_ARRAY_ACCESSOR(EnumDescriptor
 
 google::protobuf::PROTOBUF_DEFINE_ARRAY_ACCESSOR (Descriptor, extension_range, const Descriptor::ExtensionRange *) PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor
 
const Descriptor::ReservedRange const EnumValueDescriptorgoogle::protobuf::PROTOBUF_DEFINE_ARRAY_ACCESSOR (EnumDescriptor, reserved_range, const EnumDescriptor::ReservedRange *) PROTOBUF_DEFINE_ARRAY_ACCESSOR(ServiceDescriptor
 
const Descriptor::ReservedRange const EnumValueDescriptor const MethodDescriptor * google::protobuf::PROTOBUF_DEFINE_ARRAY_ACCESSOR (FileDescriptor, service, const ServiceDescriptor *) PROTOBUF_DEFINE_ARRAY_ACCESSOR(FileDescriptor
 

Variables

const Descriptor::ReservedRange const EnumValueDescriptor const MethodDescriptor google::protobuf::extension
 
const Descriptor::ReservedRange const EnumValueDescriptor google::protobuf::method
 
 google::protobuf::reserved_range
 
const Descriptor::ReservedRange google::protobuf::value
 

Macro Definition Documentation

◆ PROTOBUF_DEFINE_ACCESSOR

#define PROTOBUF_DEFINE_ACCESSOR (   CLASS,
  FIELD,
  TYPE 
)    inline TYPE CLASS::FIELD() const { return FIELD##_; }

◆ PROTOBUF_DEFINE_ARRAY_ACCESSOR

#define PROTOBUF_DEFINE_ARRAY_ACCESSOR (   CLASS,
  FIELD,
  TYPE 
)    inline TYPE CLASS::FIELD(int index) const { return FIELD##s_ + index; }

◆ PROTOBUF_DEFINE_OPTIONS_ACCESSOR

#define PROTOBUF_DEFINE_OPTIONS_ACCESSOR (   CLASS,
  TYPE 
)    inline const TYPE& CLASS::options() const { return *options_; }

◆ PROTOBUF_DEFINE_STRING_ACCESSOR

#define PROTOBUF_DEFINE_STRING_ACCESSOR (   CLASS,
  FIELD 
)    inline const std::string& CLASS::FIELD() const { return *FIELD##_; }


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:10