Home
last modified time | relevance | path

Searched refs:RepeatedCompositeContainer_Type (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.h101 extern PyTypeObject RepeatedCompositeContainer_Type;
Dextension_dict.cc157 reinterpret_cast<PyObject*>(&RepeatedCompositeContainer_Type), in subscript()
Drepeated_composite_container.cc456 if (!PyObject_TypeCheck(other, &RepeatedCompositeContainer_Type)) { in RichCompare()
721 PyTypeObject RepeatedCompositeContainer_Type = { variable
Dmessage.cc2214 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()