#include <descriptor_database.h>
|
bool | FindAllExtensionNumbers (const std::string &containing_type, std::vector< int > *output) |
|
bool | FindAllExtensionNumbers (const string &containing_type, std::vector< int > *output) |
|
bool | FindFileByName (const std::string &filename, FileDescriptorProto *output) |
|
bool | FindFileByName (const string &filename, FileDescriptorProto *output) |
|
bool | FindFileContainingExtension (const std::string &containing_type, int field_number, FileDescriptorProto *output) |
|
bool | FindFileContainingExtension (const string &containing_type, int field_number, FileDescriptorProto *output) |
|
bool | FindFileContainingSymbol (const std::string &symbol_name, FileDescriptorProto *output) |
|
bool | FindFileContainingSymbol (const string &symbol_name, FileDescriptorProto *output) |
|
| PyDescriptorDatabase (PyObject *py_database) |
|
| PyDescriptorDatabase (PyObject *py_database) |
|
| ~PyDescriptorDatabase () |
|
| ~PyDescriptorDatabase () |
|
| 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 () |
|
◆ PyDescriptorDatabase() [1/2]
google::protobuf::python::PyDescriptorDatabase::PyDescriptorDatabase |
( |
PyObject * |
py_database | ) |
|
|
explicit |
◆ ~PyDescriptorDatabase() [1/2]
google::protobuf::python::PyDescriptorDatabase::~PyDescriptorDatabase |
( |
| ) |
|
◆ PyDescriptorDatabase() [2/2]
google::protobuf::python::PyDescriptorDatabase::PyDescriptorDatabase |
( |
PyObject * |
py_database | ) |
|
|
explicit |
◆ ~PyDescriptorDatabase() [2/2]
google::protobuf::python::PyDescriptorDatabase::~PyDescriptorDatabase |
( |
| ) |
|
◆ FindAllExtensionNumbers() [1/2]
bool google::protobuf::python::PyDescriptorDatabase::FindAllExtensionNumbers |
( |
const std::string & |
containing_type, |
|
|
std::vector< int > * |
output |
|
) |
| |
|
virtual |
◆ FindAllExtensionNumbers() [2/2]
bool google::protobuf::python::PyDescriptorDatabase::FindAllExtensionNumbers |
( |
const string & |
containing_type, |
|
|
std::vector< int > * |
output |
|
) |
| |
◆ FindFileByName() [1/2]
◆ FindFileByName() [2/2]
◆ FindFileContainingExtension() [1/2]
bool google::protobuf::python::PyDescriptorDatabase::FindFileContainingExtension |
( |
const std::string & |
containing_type, |
|
|
int |
field_number, |
|
|
FileDescriptorProto * |
output |
|
) |
| |
|
virtual |
◆ FindFileContainingExtension() [2/2]
bool google::protobuf::python::PyDescriptorDatabase::FindFileContainingExtension |
( |
const string & |
containing_type, |
|
|
int |
field_number, |
|
|
FileDescriptorProto * |
output |
|
) |
| |
◆ FindFileContainingSymbol() [1/2]
bool google::protobuf::python::PyDescriptorDatabase::FindFileContainingSymbol |
( |
const std::string & |
symbol_name, |
|
|
FileDescriptorProto * |
output |
|
) |
| |
|
virtual |
◆ FindFileContainingSymbol() [2/2]
◆ py_database_
PyObject * google::protobuf::python::PyDescriptorDatabase::py_database_ |
|
private |
The documentation for this class was generated from the following files: