Searched refs:CDescriptorPool_Type (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
H A Dpython_descriptor.h75 extern PyTypeObject CDescriptorPool_Type;
H A Dpython_descriptor.cc227 PyTypeObject CDescriptorPool_Type = { member in namespace:google::protobuf::python
286 CDescriptorPool, &CDescriptorPool_Type);
329 CDescriptorPool_Type.tp_new = PyType_GenericNew;
330 if (PyType_Ready(&CDescriptorPool_Type) < 0)

Completed in 111 milliseconds