#include <descriptor.h>
Public Types | |
| typedef EnumValueDescriptorProto | Proto |
| typedef EnumValueDescriptorProto | Proto |
Public Member Functions | |
| void | CopyTo (EnumValueDescriptorProto *proto) const |
| void | CopyTo (EnumValueDescriptorProto *proto) const |
| std::string | DebugString () const |
| std::string | DebugString () const |
| std::string | DebugStringWithOptions (const DebugStringOptions &options) const |
| std::string | DebugStringWithOptions (const DebugStringOptions &options) const |
| const FileDescriptor * | file () const |
| const FileDescriptor * | file () const |
| const std::string & | full_name () const |
| const std::string & | full_name () const |
| bool | GetSourceLocation (SourceLocation *out_location) const |
| bool | GetSourceLocation (SourceLocation *out_location) const |
| int | index () const |
| int | index () const |
| const std::string & | name () const |
| const std::string & | name () const |
| int | number () const |
| int | number () const |
| const EnumValueOptions & | options () const |
| const EnumValueOptions & | options () const |
| const EnumDescriptor * | type () const |
| const EnumDescriptor * | type () const |
Private Types | |
| typedef EnumValueOptions | OptionsType |
| typedef EnumValueOptions | OptionsType |
Private Member Functions | |
| void | DebugString (int depth, std::string *contents, const DebugStringOptions &options) const |
| void | DebugString (int depth, std::string *contents, const DebugStringOptions &options) const |
| EnumValueDescriptor () | |
| EnumValueDescriptor () | |
| void | GetLocationPath (std::vector< int > *output) const |
| void | GetLocationPath (std::vector< int > *output) const |
| GOOGLE_DISALLOW_EVIL_CONSTRUCTORS (EnumValueDescriptor) | |
| GOOGLE_DISALLOW_EVIL_CONSTRUCTORS (EnumValueDescriptor) | |
Private Attributes | |
| const std::string * | all_names_ |
| const std::string * | full_name_ |
| const std::string * | name_ |
| int | number_ |
| const EnumValueOptions * | options_ |
| const EnumDescriptor * | type_ |
Friends | |
| class | compiler::cpp::Formatter |
| class | DescriptorBuilder |
| class | DescriptorPool |
| class | EnumDescriptor |
| class | FileDescriptorTables |
| class | io::Printer |
| class | Reflection |
| class | Symbol |
Definition at line 1075 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.h.
|
private |
Definition at line 1118 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.h.
|
private |
Definition at line 1276 of file protobuf/src/google/protobuf/descriptor.h.
| typedef EnumValueDescriptorProto google::protobuf::EnumValueDescriptor::Proto |
Definition at line 1077 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.h.
| typedef EnumValueDescriptorProto google::protobuf::EnumValueDescriptor::Proto |
Definition at line 1234 of file protobuf/src/google/protobuf/descriptor.h.
|
inlineprivate |
Definition at line 1142 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.h.
|
inlineprivate |
Definition at line 1300 of file protobuf/src/google/protobuf/descriptor.h.
| void EnumValueDescriptor::CopyTo | ( | EnumValueDescriptorProto * | proto | ) | const |
Definition at line 2183 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.cc.
| void google::protobuf::EnumValueDescriptor::CopyTo | ( | EnumValueDescriptorProto * | proto | ) | const |
| std::string EnumValueDescriptor::DebugString | ( | ) | const |
Definition at line 2826 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.cc.
| std::string google::protobuf::EnumValueDescriptor::DebugString | ( | ) | const |
|
private |
Definition at line 2838 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.cc.
|
private |
| std::string EnumValueDescriptor::DebugStringWithOptions | ( | const DebugStringOptions & | options | ) | const |
Definition at line 2831 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.cc.
| std::string google::protobuf::EnumValueDescriptor::DebugStringWithOptions | ( | const DebugStringOptions & | options | ) | const |
|
inline |
Definition at line 2115 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.h.
| const FileDescriptor* google::protobuf::EnumValueDescriptor::file | ( | ) | const |
| const std::string& google::protobuf::EnumValueDescriptor::full_name | ( | ) | const |
| const std::string& google::protobuf::EnumValueDescriptor::full_name | ( | ) | const |
|
private |
Definition at line 3060 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.cc.
|
private |
| bool EnumValueDescriptor::GetSourceLocation | ( | SourceLocation * | out_location | ) | const |
Definition at line 3008 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.cc.
| bool google::protobuf::EnumValueDescriptor::GetSourceLocation | ( | SourceLocation * | out_location | ) | const |
|
private |
|
private |
|
inline |
Definition at line 2119 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.h.
| int google::protobuf::EnumValueDescriptor::index | ( | ) | const |
| const std::string& google::protobuf::EnumValueDescriptor::name | ( | ) | const |
| const std::string& google::protobuf::EnumValueDescriptor::name | ( | ) | const |
| int google::protobuf::EnumValueDescriptor::number | ( | ) | const |
| int google::protobuf::EnumValueDescriptor::number | ( | ) | const |
| const EnumValueOptions& google::protobuf::EnumValueDescriptor::options | ( | ) | const |
| const EnumValueOptions& google::protobuf::EnumValueDescriptor::options | ( | ) | const |
| const EnumDescriptor* google::protobuf::EnumValueDescriptor::type | ( | ) | const |
| const EnumDescriptor* google::protobuf::EnumValueDescriptor::type | ( | ) | const |
|
friend |
Definition at line 1122 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.h.
|
friend |
Definition at line 1143 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.h.
|
friend |
Definition at line 1145 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.h.
|
friend |
Definition at line 1144 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.h.
|
friend |
Definition at line 1146 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.h.
|
friend |
Definition at line 1121 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.h.
|
friend |
Definition at line 1305 of file protobuf/src/google/protobuf/descriptor.h.
|
friend |
Definition at line 1275 of file protobuf/src/google/protobuf/descriptor.h.
|
private |
Definition at line 1292 of file protobuf/src/google/protobuf/descriptor.h.
|
private |
Definition at line 1133 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.h.
|
private |
Definition at line 1132 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.h.
|
private |
Definition at line 1134 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.h.
|
private |
Definition at line 1136 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.h.
|
private |
Definition at line 1135 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.h.