Searched refs:list_ptr (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Dcast.h71 auto &list_ptr = stack.back(); local
72 if (list_ptr == nullptr) {
73 list_ptr = PyList_New(1);
74 if (!list_ptr)
76 PyList_SET_ITEM(list_ptr, 0, h.inc_ref().ptr());
78 auto result = PyList_Append(list_ptr, h.ptr());

Completed in 11 milliseconds