#include <descriptor_database.h>
|
| DescriptorPoolDatabase (const DescriptorPool &pool) |
|
| DescriptorPoolDatabase (const DescriptorPool &pool) |
|
bool | FindAllExtensionNumbers (const std::string &extendee_type, std::vector< int > *output) override |
|
bool | FindAllExtensionNumbers (const std::string &extendee_type, std::vector< int > *output) override |
|
bool | FindFileByName (const std::string &filename, FileDescriptorProto *output) override |
|
bool | FindFileByName (const std::string &filename, FileDescriptorProto *output) override |
|
bool | FindFileContainingExtension (const std::string &containing_type, int field_number, FileDescriptorProto *output) override |
|
bool | FindFileContainingExtension (const std::string &containing_type, int field_number, FileDescriptorProto *output) override |
|
bool | FindFileContainingSymbol (const std::string &symbol_name, FileDescriptorProto *output) override |
|
bool | FindFileContainingSymbol (const std::string &symbol_name, FileDescriptorProto *output) override |
|
| ~DescriptorPoolDatabase () override |
|
| ~DescriptorPoolDatabase () override |
|
| DescriptorDatabase () |
|
| DescriptorDatabase () |
|
virtual bool | FindAllFileNames (std::vector< std::string > *) |
|
virtual bool | FindAllFileNames (std::vector< std::string > *output) |
|
bool | FindAllMessageNames (std::vector< std::string > *output) |
|
bool | FindAllMessageNames (std::vector< std::string > *output) |
|
bool | FindAllPackageNames (std::vector< std::string > *output) |
|
bool | FindAllPackageNames (std::vector< std::string > *output) |
|
virtual | ~DescriptorDatabase () |
|
virtual | ~DescriptorDatabase () |
|
◆ DescriptorPoolDatabase() [1/2]
google::protobuf::DescriptorPoolDatabase::DescriptorPoolDatabase |
( |
const DescriptorPool & |
pool | ) |
|
|
explicit |
◆ ~DescriptorPoolDatabase() [1/2]
google::protobuf::DescriptorPoolDatabase::~DescriptorPoolDatabase |
( |
| ) |
|
|
override |
◆ DescriptorPoolDatabase() [2/2]
google::protobuf::DescriptorPoolDatabase::DescriptorPoolDatabase |
( |
const DescriptorPool & |
pool | ) |
|
|
explicit |
◆ ~DescriptorPoolDatabase() [2/2]
google::protobuf::DescriptorPoolDatabase::~DescriptorPoolDatabase |
( |
| ) |
|
|
override |
◆ FindAllExtensionNumbers() [1/2]
bool google::protobuf::DescriptorPoolDatabase::FindAllExtensionNumbers |
( |
const std::string & |
extendee_type, |
|
|
std::vector< int > * |
output |
|
) |
| |
|
overridevirtual |
◆ FindAllExtensionNumbers() [2/2]
bool google::protobuf::DescriptorPoolDatabase::FindAllExtensionNumbers |
( |
const std::string & |
extendee_type, |
|
|
std::vector< int > * |
output |
|
) |
| |
|
overridevirtual |
◆ FindFileByName() [1/2]
◆ FindFileByName() [2/2]
◆ FindFileContainingExtension() [1/2]
bool google::protobuf::DescriptorPoolDatabase::FindFileContainingExtension |
( |
const std::string & |
containing_type, |
|
|
int |
field_number, |
|
|
FileDescriptorProto * |
output |
|
) |
| |
|
overridevirtual |
◆ FindFileContainingExtension() [2/2]
bool google::protobuf::DescriptorPoolDatabase::FindFileContainingExtension |
( |
const std::string & |
containing_type, |
|
|
int |
field_number, |
|
|
FileDescriptorProto * |
output |
|
) |
| |
|
overridevirtual |
◆ FindFileContainingSymbol() [1/2]
◆ FindFileContainingSymbol() [2/2]
◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS() [1/2]
◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS() [2/2]
◆ pool_
The documentation for this class was generated from the following files: