Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Drepeated_scalar_container.h87 extern PyTypeObject RepeatedScalarContainer_Type;
Drepeated_scalar_container.cc580 if (PyObject_TypeCheck(other, &RepeatedScalarContainer_Type)) { in RichCompare()
667 PyType_GenericAlloc(&RepeatedScalarContainer_Type, 0)); in NewContainer()
712 PyType_GenericAlloc(&RepeatedScalarContainer_Type, 0)); in DeepCopy()
771 PyTypeObject RepeatedScalarContainer_Type = { variable
Dmessage.cc2910 if (PyType_Ready(&RepeatedScalarContainer_Type) < 0) { in CheckAndGetInteger()
2916 &RepeatedScalarContainer_Type)); in CheckAndGetInteger()
2939 &RepeatedScalarContainer_Type)) == NULL) { in CheckAndGetInteger()