Home
last modified time | relevance | path

Searched defs:py_index (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
H A Drepeated_composite_container.cc300 ScopedPyObjectPtr py_index(PyLong_FromSsize_t(i)); in Remove() local
468 ScopedPyObjectPtr py_index(PyLong_FromSsize_t(index)); in Pop() local
H A Drepeated_scalar_container.cc99 ScopedPyObjectPtr py_index(PyLong_FromLong(index)); in AssignItem() local
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/
H A Drepeated_composite_container.cc300 ScopedPyObjectPtr py_index(PyLong_FromSsize_t(i)); in Remove() local
468 ScopedPyObjectPtr py_index(PyLong_FromSsize_t(index)); in Pop() local
H A Drepeated_scalar_container.cc99 ScopedPyObjectPtr py_index(PyLong_FromLong(index)); in AssignItem() local
/aosp_15_r20/external/pytorch/functorch/csrc/dim/
H A Ddim.cpp2694 PyObject* py_index(PyObject *_, in py_index() function