TrinityCore
|
#include <descriptor_database.h>
Public Member Functions | |
DescriptorPoolDatabase (const DescriptorPool &pool) | |
~DescriptorPoolDatabase () | |
bool | FindFileByName (const string &filename, FileDescriptorProto *output) |
bool | FindFileContainingSymbol (const string &symbol_name, FileDescriptorProto *output) |
bool | FindFileContainingExtension (const string &containing_type, int field_number, FileDescriptorProto *output) |
bool | FindAllExtensionNumbers (const string &extendee_type, vector< int > *output) |
Public Member Functions inherited from google::protobuf::DescriptorDatabase | |
DescriptorDatabase () | |
virtual | ~DescriptorDatabase () |
Private Member Functions | |
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS (DescriptorPoolDatabase) | |
Private Attributes | |
const DescriptorPool & | pool_ |
google::protobuf::DescriptorPoolDatabase::DescriptorPoolDatabase | ( | const DescriptorPool & | pool | ) |
google::protobuf::DescriptorPoolDatabase::~DescriptorPoolDatabase | ( | ) |
|
virtual |
Reimplemented from google::protobuf::DescriptorDatabase.
|
virtual |
Implements google::protobuf::DescriptorDatabase.
|
virtual |
Implements google::protobuf::DescriptorDatabase.
|
virtual |
Implements google::protobuf::DescriptorDatabase.
|
private |
|
private |