#include <descriptor_database.h>
|
bool | Add (const void *encoded_file_descriptor, int size) |
|
bool | Add (const void *encoded_file_descriptor, int size) |
|
bool | AddCopy (const void *encoded_file_descriptor, int size) |
|
bool | AddCopy (const void *encoded_file_descriptor, int size) |
|
| EncodedDescriptorDatabase () |
|
| EncodedDescriptorDatabase () |
|
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 | FindAllFileNames (std::vector< std::string > *output) override |
|
bool | FindAllFileNames (std::vector< std::string > *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 |
|
bool | FindNameOfFileContainingSymbol (const std::string &symbol_name, std::string *output) |
|
bool | FindNameOfFileContainingSymbol (const std::string &symbol_name, std::string *output) |
|
| ~EncodedDescriptorDatabase () override |
|
| ~EncodedDescriptorDatabase () override |
|
| DescriptorDatabase () |
|
| DescriptorDatabase () |
|
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 () |
|
◆ EncodedDescriptorDatabase() [1/2]
google::protobuf::EncodedDescriptorDatabase::EncodedDescriptorDatabase |
( |
| ) |
|
◆ ~EncodedDescriptorDatabase() [1/2]
google::protobuf::EncodedDescriptorDatabase::~EncodedDescriptorDatabase |
( |
| ) |
|
|
override |
◆ EncodedDescriptorDatabase() [2/2]
google::protobuf::EncodedDescriptorDatabase::EncodedDescriptorDatabase |
( |
| ) |
|
◆ ~EncodedDescriptorDatabase() [2/2]
google::protobuf::EncodedDescriptorDatabase::~EncodedDescriptorDatabase |
( |
| ) |
|
|
override |
◆ Add() [1/2]
bool google::protobuf::EncodedDescriptorDatabase::Add |
( |
const void * |
encoded_file_descriptor, |
|
|
int |
size |
|
) |
| |
◆ Add() [2/2]
bool google::protobuf::EncodedDescriptorDatabase::Add |
( |
const void * |
encoded_file_descriptor, |
|
|
int |
size |
|
) |
| |
◆ AddCopy() [1/2]
bool google::protobuf::EncodedDescriptorDatabase::AddCopy |
( |
const void * |
encoded_file_descriptor, |
|
|
int |
size |
|
) |
| |
◆ AddCopy() [2/2]
bool google::protobuf::EncodedDescriptorDatabase::AddCopy |
( |
const void * |
encoded_file_descriptor, |
|
|
int |
size |
|
) |
| |
◆ FindAllExtensionNumbers() [1/2]
bool google::protobuf::EncodedDescriptorDatabase::FindAllExtensionNumbers |
( |
const std::string & |
extendee_type, |
|
|
std::vector< int > * |
output |
|
) |
| |
|
overridevirtual |
◆ FindAllExtensionNumbers() [2/2]
bool google::protobuf::EncodedDescriptorDatabase::FindAllExtensionNumbers |
( |
const std::string & |
extendee_type, |
|
|
std::vector< int > * |
output |
|
) |
| |
|
overridevirtual |
◆ FindAllFileNames() [1/2]
bool google::protobuf::EncodedDescriptorDatabase::FindAllFileNames |
( |
std::vector< std::string > * |
output | ) |
|
|
overridevirtual |
◆ FindAllFileNames() [2/2]
bool google::protobuf::EncodedDescriptorDatabase::FindAllFileNames |
( |
std::vector< std::string > * |
output | ) |
|
|
overridevirtual |
◆ FindFileByName() [1/2]
◆ FindFileByName() [2/2]
◆ FindFileContainingExtension() [1/2]
bool google::protobuf::EncodedDescriptorDatabase::FindFileContainingExtension |
( |
const std::string & |
containing_type, |
|
|
int |
field_number, |
|
|
FileDescriptorProto * |
output |
|
) |
| |
|
overridevirtual |
◆ FindFileContainingExtension() [2/2]
bool google::protobuf::EncodedDescriptorDatabase::FindFileContainingExtension |
( |
const std::string & |
containing_type, |
|
|
int |
field_number, |
|
|
FileDescriptorProto * |
output |
|
) |
| |
|
overridevirtual |
◆ FindFileContainingSymbol() [1/2]
bool google::protobuf::EncodedDescriptorDatabase::FindFileContainingSymbol |
( |
const std::string & |
symbol_name, |
|
|
FileDescriptorProto * |
output |
|
) |
| |
|
overridevirtual |
◆ FindFileContainingSymbol() [2/2]
bool google::protobuf::EncodedDescriptorDatabase::FindFileContainingSymbol |
( |
const std::string & |
symbol_name, |
|
|
FileDescriptorProto * |
output |
|
) |
| |
|
overridevirtual |
◆ FindNameOfFileContainingSymbol() [1/2]
bool google::protobuf::EncodedDescriptorDatabase::FindNameOfFileContainingSymbol |
( |
const std::string & |
symbol_name, |
|
|
std::string * |
output |
|
) |
| |
◆ FindNameOfFileContainingSymbol() [2/2]
bool google::protobuf::EncodedDescriptorDatabase::FindNameOfFileContainingSymbol |
( |
const std::string & |
symbol_name, |
|
|
std::string * |
output |
|
) |
| |
◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS() [1/2]
◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS() [2/2]
◆ MaybeParse() [1/2]
◆ MaybeParse() [2/2]
◆ files_to_delete_
std::vector< void * > google::protobuf::EncodedDescriptorDatabase::files_to_delete_ |
|
private |
◆ index_ [1/2]
std::unique_ptr<DescriptorIndex> google::protobuf::EncodedDescriptorDatabase::index_ |
|
private |
◆ index_ [2/2]
The documentation for this class was generated from the following files: