Searched refs:RepeatedCompositeContainer_Type (Results 1 – 4 of 4) sorted by relevance
101 extern PyTypeObject RepeatedCompositeContainer_Type;
157 reinterpret_cast<PyObject*>(&RepeatedCompositeContainer_Type), in subscript()
456 if (!PyObject_TypeCheck(other, &RepeatedCompositeContainer_Type)) { in RichCompare()721 PyTypeObject RepeatedCompositeContainer_Type = { variable
2214 reinterpret_cast<PyObject*>(&RepeatedCompositeContainer_Type), in CheckAndGetInteger()2453 google::protobuf::python::RepeatedCompositeContainer_Type.tp_new = PyType_GenericNew; in CheckAndGetInteger()2454 google::protobuf::python::RepeatedCompositeContainer_Type.tp_hash = in CheckAndGetInteger()2456 if (PyType_Ready(&google::protobuf::python::RepeatedCompositeContainer_Type) < 0) { in CheckAndGetInteger()2463 &google::protobuf::python::RepeatedCompositeContainer_Type)); in CheckAndGetInteger()