#include <descriptor.h>
◆ OptionsType
typedef EnumOptions google::protobuf::EnumDescriptor::OptionsType |
|
private |
◆ Proto
◆ EnumDescriptor()
google::protobuf::EnumDescriptor::EnumDescriptor |
( |
| ) |
|
|
inlineprivate |
◆ containing_type()
const Descriptor* google::protobuf::EnumDescriptor::containing_type |
( |
| ) |
const |
◆ CopyTo()
◆ DebugString() [1/2]
◆ DebugString() [2/2]
◆ DebugStringWithOptions()
◆ file()
const FileDescriptor* google::protobuf::EnumDescriptor::file |
( |
| ) |
const |
◆ FindReservedRangeContainingNumber()
const EnumDescriptor::ReservedRange * EnumDescriptor::FindReservedRangeContainingNumber |
( |
int |
number | ) |
const |
◆ FindValueByName()
◆ FindValueByNumber()
◆ FindValueByNumberCreatingIfUnknown()
const EnumValueDescriptor * EnumDescriptor::FindValueByNumberCreatingIfUnknown |
( |
int |
number | ) |
const |
|
private |
◆ full_name()
const std::string& google::protobuf::EnumDescriptor::full_name |
( |
| ) |
const |
◆ GetLocationPath()
void EnumDescriptor::GetLocationPath |
( |
std::vector< int > * |
output | ) |
const |
|
private |
◆ GetSourceLocation()
bool EnumDescriptor::GetSourceLocation |
( |
SourceLocation * |
out_location | ) |
const |
◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS()
google::protobuf::EnumDescriptor::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS |
( |
EnumDescriptor |
| ) |
|
|
private |
◆ index()
int EnumDescriptor::index |
( |
| ) |
const |
|
inline |
◆ is_placeholder()
bool google::protobuf::EnumDescriptor::is_placeholder |
( |
| ) |
const |
◆ IsReservedName()
bool EnumDescriptor::IsReservedName |
( |
const std::string & |
name | ) |
const |
|
inline |
◆ IsReservedNumber()
bool EnumDescriptor::IsReservedNumber |
( |
int |
number | ) |
const |
|
inline |
◆ name()
const std::string& google::protobuf::EnumDescriptor::name |
( |
| ) |
const |
◆ options()
const EnumOptions& google::protobuf::EnumDescriptor::options |
( |
| ) |
const |
◆ reserved_name()
const std::string & EnumDescriptor::reserved_name |
( |
int |
index | ) |
const |
|
inline |
◆ reserved_name_count()
int google::protobuf::EnumDescriptor::reserved_name_count |
( |
| ) |
const |
◆ reserved_range()
const EnumDescriptor::ReservedRange* google::protobuf::EnumDescriptor::reserved_range |
( |
int |
index | ) |
const |
◆ reserved_range_count()
int google::protobuf::EnumDescriptor::reserved_range_count |
( |
| ) |
const |
◆ value()
◆ value_count()
int google::protobuf::EnumDescriptor::value_count |
( |
| ) |
const |
◆ compiler::cpp::Formatter
◆ Descriptor
◆ DescriptorBuilder
◆ DescriptorPool
◆ EnumValueDescriptor
◆ FieldDescriptor
◆ FileDescriptor
◆ io::Printer
◆ Reflection
◆ containing_type_
const Descriptor* google::protobuf::EnumDescriptor::containing_type_ |
|
private |
◆ file_
◆ full_name_
const std::string* google::protobuf::EnumDescriptor::full_name_ |
|
private |
◆ is_placeholder_
bool google::protobuf::EnumDescriptor::is_placeholder_ |
|
private |
◆ is_unqualified_placeholder_
bool google::protobuf::EnumDescriptor::is_unqualified_placeholder_ |
|
private |
◆ name_
const std::string* google::protobuf::EnumDescriptor::name_ |
|
private |
◆ options_
const EnumOptions* google::protobuf::EnumDescriptor::options_ |
|
private |
◆ reserved_name_count_
int google::protobuf::EnumDescriptor::reserved_name_count_ |
|
private |
◆ reserved_names_
const std::string** google::protobuf::EnumDescriptor::reserved_names_ |
|
private |
◆ reserved_range_count_
int google::protobuf::EnumDescriptor::reserved_range_count_ |
|
private |
◆ reserved_ranges_
EnumDescriptor::ReservedRange* google::protobuf::EnumDescriptor::reserved_ranges_ |
|
private |
◆ value_count_
int google::protobuf::EnumDescriptor::value_count_ |
|
private |
◆ values_
The documentation for this class was generated from the following files: