Home
last modified time | relevance | path

Searched refs:py_database (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_database.cc46 PyDescriptorDatabase::PyDescriptorDatabase(PyObject* py_database) in PyDescriptorDatabase() argument
47 : py_database_(py_database) { in PyDescriptorDatabase()
Ddescriptor_pool.cc141 PyObject* py_database = NULL; in New() local
142 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|O", kwlist, &py_database)) { in New()
146 if (py_database && py_database != Py_None) { in New()
147 database = new PyDescriptorDatabase(py_database); in New()
Ddescriptor_database.h44 explicit PyDescriptorDatabase(PyObject* py_database);