#include <descriptor_database.h>
|
| 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 |
| |
| | MergedDescriptorDatabase (const std::vector< DescriptorDatabase * > &sources) |
| |
| | MergedDescriptorDatabase (const std::vector< DescriptorDatabase * > &sources) |
| |
| | MergedDescriptorDatabase (DescriptorDatabase *source1, DescriptorDatabase *source2) |
| |
| | MergedDescriptorDatabase (DescriptorDatabase *source1, DescriptorDatabase *source2) |
| |
| | ~MergedDescriptorDatabase () override |
| |
| | ~MergedDescriptorDatabase () 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 () |
| |
◆ MergedDescriptorDatabase() [1/4]
◆ MergedDescriptorDatabase() [2/4]
| google::protobuf::MergedDescriptorDatabase::MergedDescriptorDatabase |
( |
const std::vector< DescriptorDatabase * > & |
sources | ) |
|
|
explicit |
◆ ~MergedDescriptorDatabase() [1/2]
| google::protobuf::MergedDescriptorDatabase::~MergedDescriptorDatabase |
( |
| ) |
|
|
override |
◆ MergedDescriptorDatabase() [3/4]
◆ MergedDescriptorDatabase() [4/4]
| google::protobuf::MergedDescriptorDatabase::MergedDescriptorDatabase |
( |
const std::vector< DescriptorDatabase * > & |
sources | ) |
|
|
explicit |
◆ ~MergedDescriptorDatabase() [2/2]
| google::protobuf::MergedDescriptorDatabase::~MergedDescriptorDatabase |
( |
| ) |
|
|
override |
◆ FindAllExtensionNumbers() [1/2]
| bool google::protobuf::MergedDescriptorDatabase::FindAllExtensionNumbers |
( |
const std::string & |
extendee_type, |
|
|
std::vector< int > * |
output |
|
) |
| |
|
overridevirtual |
◆ FindAllExtensionNumbers() [2/2]
| bool google::protobuf::MergedDescriptorDatabase::FindAllExtensionNumbers |
( |
const std::string & |
extendee_type, |
|
|
std::vector< int > * |
output |
|
) |
| |
|
overridevirtual |
◆ FindFileByName() [1/2]
◆ FindFileByName() [2/2]
◆ FindFileContainingExtension() [1/2]
| bool google::protobuf::MergedDescriptorDatabase::FindFileContainingExtension |
( |
const std::string & |
containing_type, |
|
|
int |
field_number, |
|
|
FileDescriptorProto * |
output |
|
) |
| |
|
overridevirtual |
◆ FindFileContainingExtension() [2/2]
| bool google::protobuf::MergedDescriptorDatabase::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]
◆ sources_
The documentation for this class was generated from the following files: