HomeSort by relevance Sort by last modified time
    Searched refs:py_cmsg (Results 1 - 3 of 3) sorted by null

  /external/protobuf/python/google/protobuf/pyext/
repeated_composite_container.cc 111 ScopedPyObjectPtr py_cmsg(reinterpret_cast<PyObject*>(cmsg));
118 if (PyList_Append(self->child_messages, py_cmsg.get()) < 0) {
154 PyObject* py_cmsg = reinterpret_cast<PyObject*>(cmsg); local
155 if (PyList_Append(self->child_messages, py_cmsg) < 0) {
156 Py_DECREF(py_cmsg);
159 return py_cmsg;
168 PyObject* py_cmsg = PyEval_CallObjectWithKeywords( local
170 if (py_cmsg == NULL)
173 if (PyList_Append(self->child_messages, py_cmsg) < 0) {
174 Py_DECREF(py_cmsg);
353 CMessage* py_cmsg = reinterpret_cast<CMessage*>( local
    [all...]
repeated_scalar_container.cc 265 PyObject* py_cmsg = PyObject_CallObject(reinterpret_cast<PyObject*>( local
267 if (py_cmsg == NULL) {
270 CMessage* cmsg = reinterpret_cast<CMessage*>(py_cmsg);
277 result = reinterpret_cast<PyObject*>(py_cmsg);
message.cc 2432 PyObject* py_cmsg = PyObject_CallObject( local
    [all...]

Completed in 96 milliseconds