HomeSort by relevance Sort by last modified time
    Searched refs:PyDescriptorPool (Results 1 - 5 of 5) sorted by null

  /external/protobuf/python/google/protobuf/pyext/
descriptor_pool.h 58 typedef struct PyDescriptorPool {
83 // Python references to classes are owned by this PyDescriptorPool.
91 } PyDescriptorPool;
100 const Descriptor* FindMessageTypeByName(PyDescriptorPool* self,
105 int RegisterMessageClass(PyDescriptorPool* self,
113 CMessageClass* GetMessageClass(PyDescriptorPool* self,
122 PyObject* FindMessageByName(PyDescriptorPool* self, PyObject* name);
128 PyObject* FindFieldByName(PyDescriptorPool* self, PyObject* name);
134 PyObject* FindExtensionByName(PyDescriptorPool* self, PyObject* arg);
140 PyObject* FindEnumTypeByName(PyDescriptorPool* self, PyObject* arg)
    [all...]
descriptor_pool.cc 59 // Pointers are not owned here, and belong to the PyDescriptorPool.
60 static hash_map<const DescriptorPool*, PyDescriptorPool*> descriptor_pool_map;
66 static PyDescriptorPool* _CreateDescriptorPool() {
67 PyDescriptorPool* cpool = PyObject_New(
68 PyDescriptorPool, &PyDescriptorPool_Type);
84 new PyDescriptorPool::ClassesByMessageMap();
96 static PyDescriptorPool* PyDescriptorPool_NewWithUnderlay(
98 PyDescriptorPool* cpool = _CreateDescriptorPool();
115 static PyDescriptorPool* PyDescriptorPool_NewWithDatabase(
117 PyDescriptorPool* cpool = _CreateDescriptorPool()
    [all...]
message.h 65 struct PyDescriptorPool;
142 PyDescriptorPool* py_descriptor_pool;
270 PyDescriptorPool* GetDescriptorPoolForMessage(CMessage* message);
descriptor.cc 187 PyDescriptorPool* pool = GetDescriptorPool_FromPool(
287 PyDescriptorPool* pool;
342 PyDescriptorPool* pool = GetDescriptorPool_FromPool(
    [all...]
message.cc 755 PyDescriptorPool* GetDescriptorPoolForMessage(CMessage* message) {
    [all...]

Completed in 102 milliseconds