Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor.h49 extern PyTypeObject PyOneofDescriptor_Type;
Ddescriptor.cc1506 PyTypeObject PyOneofDescriptor_Type = { variable
1543 &PyOneofDescriptor_Type, oneof_descriptor, NULL); in PyOneofDescriptor_FromDescriptor()
1828 if (PyType_Ready(&PyOneofDescriptor_Type) < 0) in InitDescriptor()
Dmessage.cc3043 &PyOneofDescriptor_Type)); in CheckAndGetInteger()