webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <descriptor_database.h>
Public Member Functions | |
DescriptorDatabase () | |
virtual | ~DescriptorDatabase () |
virtual bool | FindFileByName (const string &filename, FileDescriptorProto *output)=0 |
virtual bool | FindFileContainingSymbol (const string &symbol_name, FileDescriptorProto *output)=0 |
virtual bool | FindFileContainingExtension (const string &containing_type, int field_number, FileDescriptorProto *output)=0 |
virtual bool | FindAllExtensionNumbers (const string &, vector< int > *) |
|
inline |
|
virtual |
|
inlinevirtual |
|
pure virtual |
Implemented in google::protobuf::descriptor_unittest::ExponentialErrorDatabase, google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::FalsePositiveDatabase, google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::CallCountingDatabase, google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::ErrorDescriptorDatabase, google::protobuf::MergedDescriptorDatabase, google::protobuf::DescriptorPoolDatabase, google::protobuf::EncodedDescriptorDatabase, google::protobuf::SimpleDescriptorDatabase, google::protobuf::compiler::SourceTreeDescriptorDatabase, and google::protobuf::python::PyDescriptorDatabase.
|
pure virtual |
Implemented in google::protobuf::descriptor_unittest::ExponentialErrorDatabase, google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::FalsePositiveDatabase, google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::CallCountingDatabase, google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::ErrorDescriptorDatabase, google::protobuf::MergedDescriptorDatabase, google::protobuf::DescriptorPoolDatabase, google::protobuf::EncodedDescriptorDatabase, google::protobuf::SimpleDescriptorDatabase, google::protobuf::compiler::SourceTreeDescriptorDatabase, and google::protobuf::python::PyDescriptorDatabase.
|
pure virtual |
Implemented in google::protobuf::descriptor_unittest::ExponentialErrorDatabase, google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::FalsePositiveDatabase, google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::CallCountingDatabase, google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::ErrorDescriptorDatabase, google::protobuf::MergedDescriptorDatabase, google::protobuf::DescriptorPoolDatabase, google::protobuf::EncodedDescriptorDatabase, google::protobuf::SimpleDescriptorDatabase, google::protobuf::compiler::SourceTreeDescriptorDatabase, and google::protobuf::python::PyDescriptorDatabase.