Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.h52 extern PyTypeObject PyOneofDescriptor_Type;
Ddescriptor.cc1613 PyTypeObject PyOneofDescriptor_Type = { variable
1650 &PyOneofDescriptor_Type, oneof_descriptor, NULL); in PyOneofDescriptor_FromDescriptor()
1949 if (PyType_Ready(&PyOneofDescriptor_Type) < 0) in InitDescriptor()
Dmessage.cc3056 &PyOneofDescriptor_Type)); in InitProto2MessageModule()