webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Public Member Functions | Friends | List of all members
google::protobuf::compiler::SourceTreeDescriptorDatabase Class Reference

#include <importer.h>

Inheritance diagram for google::protobuf::compiler::SourceTreeDescriptorDatabase:
google::protobuf::DescriptorDatabase

Classes

class  SingleFileErrorCollector
 

Public Member Functions

 SourceTreeDescriptorDatabase (SourceTree *source_tree)
 
 ~SourceTreeDescriptorDatabase ()
 
void RecordErrorsTo (MultiFileErrorCollector *error_collector)
 
DescriptorPool::ErrorCollector * GetValidationErrorCollector ()
 
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)
 
- Public Member Functions inherited from google::protobuf::DescriptorDatabase
 DescriptorDatabase ()
 
virtual ~DescriptorDatabase ()
 
virtual bool FindAllExtensionNumbers (const string &, vector< int > *)
 

Friends

class ValidationErrorCollector
 

Constructor & Destructor Documentation

◆ SourceTreeDescriptorDatabase()

google::protobuf::compiler::SourceTreeDescriptorDatabase::SourceTreeDescriptorDatabase ( SourceTree source_tree)

◆ ~SourceTreeDescriptorDatabase()

google::protobuf::compiler::SourceTreeDescriptorDatabase::~SourceTreeDescriptorDatabase ( )

Member Function Documentation

◆ FindFileByName()

bool google::protobuf::compiler::SourceTreeDescriptorDatabase::FindFileByName ( const string filename,
FileDescriptorProto output 
)
virtual

◆ FindFileContainingExtension()

bool google::protobuf::compiler::SourceTreeDescriptorDatabase::FindFileContainingExtension ( const string containing_type,
int  field_number,
FileDescriptorProto output 
)
virtual

◆ FindFileContainingSymbol()

bool google::protobuf::compiler::SourceTreeDescriptorDatabase::FindFileContainingSymbol ( const string symbol_name,
FileDescriptorProto output 
)
virtual

◆ GetValidationErrorCollector()

DescriptorPool::ErrorCollector* google::protobuf::compiler::SourceTreeDescriptorDatabase::GetValidationErrorCollector ( )
inline

◆ RecordErrorsTo()

void google::protobuf::compiler::SourceTreeDescriptorDatabase::RecordErrorsTo ( MultiFileErrorCollector error_collector)
inline

Friends And Related Function Documentation

◆ ValidationErrorCollector

friend class ValidationErrorCollector
friend

The documentation for this class was generated from the following files: