#include <importer.h>
|
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 |
|
DescriptorPool::ErrorCollector * | GetValidationErrorCollector () |
|
DescriptorPool::ErrorCollector * | GetValidationErrorCollector () |
|
void | RecordErrorsTo (MultiFileErrorCollector *error_collector) |
|
void | RecordErrorsTo (MultiFileErrorCollector *error_collector) |
|
| SourceTreeDescriptorDatabase (SourceTree *source_tree) |
|
| SourceTreeDescriptorDatabase (SourceTree *source_tree) |
|
| SourceTreeDescriptorDatabase (SourceTree *source_tree, DescriptorDatabase *fallback_database) |
|
| SourceTreeDescriptorDatabase (SourceTree *source_tree, DescriptorDatabase *fallback_database) |
|
| ~SourceTreeDescriptorDatabase () |
|
| ~SourceTreeDescriptorDatabase () |
|
| DescriptorDatabase () |
|
| DescriptorDatabase () |
|
virtual bool | FindAllExtensionNumbers (const std::string &, std::vector< int > *) |
|
virtual bool | FindAllExtensionNumbers (const std::string &, std::vector< int > *) |
|
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 () |
|
◆ SourceTreeDescriptorDatabase() [1/4]
google::protobuf::compiler::SourceTreeDescriptorDatabase::SourceTreeDescriptorDatabase |
( |
SourceTree * |
source_tree | ) |
|
◆ SourceTreeDescriptorDatabase() [2/4]
google::protobuf::compiler::SourceTreeDescriptorDatabase::SourceTreeDescriptorDatabase |
( |
SourceTree * |
source_tree, |
|
|
DescriptorDatabase * |
fallback_database |
|
) |
| |
◆ ~SourceTreeDescriptorDatabase() [1/2]
google::protobuf::compiler::SourceTreeDescriptorDatabase::~SourceTreeDescriptorDatabase |
( |
| ) |
|
◆ SourceTreeDescriptorDatabase() [3/4]
google::protobuf::compiler::SourceTreeDescriptorDatabase::SourceTreeDescriptorDatabase |
( |
SourceTree * |
source_tree | ) |
|
◆ SourceTreeDescriptorDatabase() [4/4]
google::protobuf::compiler::SourceTreeDescriptorDatabase::SourceTreeDescriptorDatabase |
( |
SourceTree * |
source_tree, |
|
|
DescriptorDatabase * |
fallback_database |
|
) |
| |
◆ ~SourceTreeDescriptorDatabase() [2/2]
google::protobuf::compiler::SourceTreeDescriptorDatabase::~SourceTreeDescriptorDatabase |
( |
| ) |
|
◆ FindFileByName() [1/2]
bool google::protobuf::compiler::SourceTreeDescriptorDatabase::FindFileByName |
( |
const std::string & |
filename, |
|
|
FileDescriptorProto * |
output |
|
) |
| |
|
overridevirtual |
◆ FindFileByName() [2/2]
bool google::protobuf::compiler::SourceTreeDescriptorDatabase::FindFileByName |
( |
const std::string & |
filename, |
|
|
FileDescriptorProto * |
output |
|
) |
| |
|
overridevirtual |
◆ FindFileContainingExtension() [1/2]
bool google::protobuf::compiler::SourceTreeDescriptorDatabase::FindFileContainingExtension |
( |
const std::string & |
containing_type, |
|
|
int |
field_number, |
|
|
FileDescriptorProto * |
output |
|
) |
| |
|
overridevirtual |
◆ FindFileContainingExtension() [2/2]
bool google::protobuf::compiler::SourceTreeDescriptorDatabase::FindFileContainingExtension |
( |
const std::string & |
containing_type, |
|
|
int |
field_number, |
|
|
FileDescriptorProto * |
output |
|
) |
| |
|
overridevirtual |
◆ FindFileContainingSymbol() [1/2]
bool google::protobuf::compiler::SourceTreeDescriptorDatabase::FindFileContainingSymbol |
( |
const std::string & |
symbol_name, |
|
|
FileDescriptorProto * |
output |
|
) |
| |
|
overridevirtual |
◆ FindFileContainingSymbol() [2/2]
bool google::protobuf::compiler::SourceTreeDescriptorDatabase::FindFileContainingSymbol |
( |
const std::string & |
symbol_name, |
|
|
FileDescriptorProto * |
output |
|
) |
| |
|
overridevirtual |
◆ GetValidationErrorCollector() [1/2]
DescriptorPool::ErrorCollector* google::protobuf::compiler::SourceTreeDescriptorDatabase::GetValidationErrorCollector |
( |
| ) |
|
|
inline |
◆ GetValidationErrorCollector() [2/2]
DescriptorPool::ErrorCollector* google::protobuf::compiler::SourceTreeDescriptorDatabase::GetValidationErrorCollector |
( |
| ) |
|
|
inline |
◆ RecordErrorsTo() [1/2]
void google::protobuf::compiler::SourceTreeDescriptorDatabase::RecordErrorsTo |
( |
MultiFileErrorCollector * |
error_collector | ) |
|
|
inline |
◆ RecordErrorsTo() [2/2]
void google::protobuf::compiler::SourceTreeDescriptorDatabase::RecordErrorsTo |
( |
MultiFileErrorCollector * |
error_collector | ) |
|
|
inline |
◆ ValidationErrorCollector
◆ error_collector_
◆ fallback_database_
DescriptorDatabase * google::protobuf::compiler::SourceTreeDescriptorDatabase::fallback_database_ |
|
private |
◆ source_locations_
SourceLocationTable google::protobuf::compiler::SourceTreeDescriptorDatabase::source_locations_ |
|
private |
◆ source_tree_
SourceTree * google::protobuf::compiler::SourceTreeDescriptorDatabase::source_tree_ |
|
private |
◆ using_validation_error_collector_
bool google::protobuf::compiler::SourceTreeDescriptorDatabase::using_validation_error_collector_ |
|
private |
◆ validation_error_collector_
The documentation for this class was generated from the following files: