Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.h49 extern PyTypeObject PyOneofDescriptor_Type;
Ddescriptor.cc1467 PyTypeObject PyOneofDescriptor_Type = { variable
1504 &PyOneofDescriptor_Type, oneof_descriptor, NULL); in PyOneofDescriptor_FromDescriptor()
1573 if (PyType_Ready(&PyOneofDescriptor_Type) < 0) in InitDescriptor()
Dmessage.cc3046 &PyOneofDescriptor_Type)); in CheckAndGetInteger()