Home
last modified time | relevance | path

Searched refs:py_index (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc295 ScopedPyObjectPtr py_index(PyLong_FromLong(index)); in Remove() local
296 if (AssignSubscript(self, py_index.get(), NULL) < 0) { in Remove()
430 ScopedPyObjectPtr py_index(PyLong_FromSsize_t(index)); in Pop() local
431 if (AssignSubscript(self, py_index.get(), NULL) < 0) { in Pop()
Drepeated_scalar_container.cc106 ScopedPyObjectPtr py_index(PyLong_FromLong(index)); in AssignItem() local
108 py_index.get(), NULL); in AssignItem()