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.cc443 ScopedPyObjectPtr py_index(PyLong_FromLong(index)); in Remove() local
444 if (AssignSubscript(self, py_index, NULL) < 0) { in Remove()
Drepeated_scalar_container.cc112 ScopedPyObjectPtr py_index(PyLong_FromLong(index)); in AssignItem() local
114 py_index, NULL); in AssignItem()