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

/gem5/src/python/pybind11/
H A Devent.cc97 obj.dec_ref();
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h412 arg.value.dec_ref();
1616 [patient](handle weakref) { patient.dec_ref(); weakref.dec_ref(); });
1651 wr.dec_ref();
1939 PYBIND11_NOINLINE void dec_ref() { function in class:gil_scoped_acquire
1943 pybind11_fail("scoped_acquire::dec_ref(): thread state must be current!");
1945 pybind11_fail("scoped_acquire::dec_ref(): reference count underflow!");
1950 pybind11_fail("scoped_acquire::dec_ref(): internal error!");
1960 dec_ref();
2018 m_type.release().dec_ref();
[all...]
H A Dpytypes.h197 const handle& dec_ref() const & { Py_XDECREF(m_ptr); return *this; } function in class:handle
239 /// Destructor; automatically calls `handle::dec_ref()`
240 ~object() { dec_ref(); }
255 dec_ref();
265 temp.dec_ref();

Completed in 21 milliseconds