#include <descriptor_database.h>
◆ PyDescriptorDatabase()
google::protobuf::python::PyDescriptorDatabase::PyDescriptorDatabase |
( |
PyObject * |
py_database | ) |
|
|
explicit |
◆ ~PyDescriptorDatabase()
google::protobuf::python::PyDescriptorDatabase::~PyDescriptorDatabase |
( |
| ) |
|
◆ FindFileByName()
bool google::protobuf::python::PyDescriptorDatabase::FindFileByName |
( |
const string & |
filename, |
|
|
FileDescriptorProto * |
output |
|
) |
| |
|
virtual |
◆ FindFileContainingExtension()
bool google::protobuf::python::PyDescriptorDatabase::FindFileContainingExtension |
( |
const string & |
containing_type, |
|
|
int |
field_number, |
|
|
FileDescriptorProto * |
output |
|
) |
| |
|
virtual |
◆ FindFileContainingSymbol()
bool google::protobuf::python::PyDescriptorDatabase::FindFileContainingSymbol |
( |
const string & |
symbol_name, |
|
|
FileDescriptorProto * |
output |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files: