Lines Matching refs:py_container
2658 PyObject* py_container = NULL; in CheckAndGetInteger() local
2667 py_container = in CheckAndGetInteger()
2670 py_container = NewScalarMapContainer(self, field_descriptor); in CheckAndGetInteger()
2672 if (py_container == NULL) { in CheckAndGetInteger()
2675 if (!SetCompositeField(self, name, py_container)) { in CheckAndGetInteger()
2676 Py_DECREF(py_container); in CheckAndGetInteger()
2679 return py_container; in CheckAndGetInteger()
2683 PyObject* py_container = NULL; in CheckAndGetInteger() local
2690 py_container = repeated_composite_container::NewContainer( in CheckAndGetInteger()
2693 py_container = repeated_scalar_container::NewContainer( in CheckAndGetInteger()
2696 if (py_container == NULL) { in CheckAndGetInteger()
2699 if (!SetCompositeField(self, name, py_container)) { in CheckAndGetInteger()
2700 Py_DECREF(py_container); in CheckAndGetInteger()
2703 return py_container; in CheckAndGetInteger()