#include <descriptor.h>
◆ Syntax
Enumerator |
---|
SYNTAX_UNKNOWN | |
SYNTAX_PROTO2 | |
SYNTAX_PROTO3 | |
◆ CopyJsonNameTo()
◆ CopySourceCodeInfoTo()
◆ CopyTo()
◆ DebugString()
string google::protobuf::FileDescriptor::DebugString |
( |
| ) |
const |
◆ DebugStringWithOptions()
◆ dependency()
const FileDescriptor * google::protobuf::FileDescriptor::dependency |
( |
int |
index | ) |
const |
|
inline |
◆ dependency_count()
int google::protobuf::FileDescriptor::dependency_count |
( |
| ) |
const |
◆ enum_type()
const EnumDescriptor* google::protobuf::FileDescriptor::enum_type |
( |
int |
index | ) |
const |
◆ enum_type_count()
int google::protobuf::FileDescriptor::enum_type_count |
( |
| ) |
const |
◆ extension()
const FieldDescriptor* google::protobuf::FileDescriptor::extension |
( |
int |
index | ) |
const |
◆ extension_count()
int google::protobuf::FileDescriptor::extension_count |
( |
| ) |
const |
◆ FindEnumTypeByName()
const EnumDescriptor * google::protobuf::FileDescriptor::FindEnumTypeByName |
( |
const string & |
name | ) |
const |
◆ FindEnumValueByName()
◆ FindExtensionByCamelcaseName()
const FieldDescriptor * google::protobuf::FileDescriptor::FindExtensionByCamelcaseName |
( |
const string & |
name | ) |
const |
◆ FindExtensionByLowercaseName()
const FieldDescriptor * google::protobuf::FileDescriptor::FindExtensionByLowercaseName |
( |
const string & |
name | ) |
const |
◆ FindExtensionByName()
const FieldDescriptor * google::protobuf::FileDescriptor::FindExtensionByName |
( |
const string & |
name | ) |
const |
◆ FindMessageTypeByName()
const Descriptor * google::protobuf::FileDescriptor::FindMessageTypeByName |
( |
const string & |
name | ) |
const |
◆ FindServiceByName()
◆ GetSourceLocation() [1/2]
bool google::protobuf::FileDescriptor::GetSourceLocation |
( |
SourceLocation * |
out_location | ) |
const |
◆ GetSourceLocation() [2/2]
bool google::protobuf::FileDescriptor::GetSourceLocation |
( |
const std::vector< int > & |
path, |
|
|
SourceLocation * |
out_location |
|
) |
| const |
◆ is_placeholder()
bool google::protobuf::FileDescriptor::is_placeholder |
( |
| ) |
const |
◆ message_type()
const Descriptor* google::protobuf::FileDescriptor::message_type |
( |
int |
index | ) |
const |
◆ message_type_count()
int google::protobuf::FileDescriptor::message_type_count |
( |
| ) |
const |
◆ name()
const string& google::protobuf::FileDescriptor::name |
( |
| ) |
const |
◆ options()
const FileOptions& google::protobuf::FileDescriptor::options |
( |
| ) |
const |
◆ package()
const string& google::protobuf::FileDescriptor::package |
( |
| ) |
const |
◆ pool()
const DescriptorPool* google::protobuf::FileDescriptor::pool |
( |
| ) |
const |
◆ public_dependency()
const FileDescriptor * google::protobuf::FileDescriptor::public_dependency |
( |
int |
index | ) |
const |
|
inline |
◆ public_dependency_count()
int google::protobuf::FileDescriptor::public_dependency_count |
( |
| ) |
const |
◆ service()
const ServiceDescriptor* google::protobuf::FileDescriptor::service |
( |
int |
index | ) |
const |
◆ service_count()
int google::protobuf::FileDescriptor::service_count |
( |
| ) |
const |
◆ syntax()
◆ SyntaxName()
◆ weak_dependency()
const FileDescriptor * google::protobuf::FileDescriptor::weak_dependency |
( |
int |
index | ) |
const |
|
inline |
◆ weak_dependency_count()
int google::protobuf::FileDescriptor::weak_dependency_count |
( |
| ) |
const |
◆ Descriptor
◆ DescriptorBuilder
◆ EnumDescriptor
◆ EnumValueDescriptor
◆ FieldDescriptor
◆ MethodDescriptor
◆ OneofDescriptor
◆ ServiceDescriptor
The documentation for this class was generated from the following files:
- Source/ThirdParty/libwebrtc/Source/third_party/protobuf/src/google/protobuf/descriptor.h
- Source/ThirdParty/libwebrtc/Source/third_party/protobuf/src/google/protobuf/descriptor.cc