Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_pickle.c.h122 _pickle_PicklerMemoProxy_clear_impl(PicklerMemoProxyObject *self);
125 _pickle_PicklerMemoProxy_clear(PicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_PicklerMemoProxy_clear()
140 _pickle_PicklerMemoProxy_copy_impl(PicklerMemoProxyObject *self);
143 _pickle_PicklerMemoProxy_copy(PicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_PicklerMemoProxy_copy()
158 _pickle_PicklerMemoProxy___reduce___impl(PicklerMemoProxyObject *self);
161 _pickle_PicklerMemoProxy___reduce__(PicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_PicklerMemoProxy___reduce__()
/external/python/cpython3/Modules/
D_pickle.c683 } PicklerMemoProxyObject; typedef
4402 _pickle_PicklerMemoProxy_clear_impl(PicklerMemoProxyObject *self) in _pickle_PicklerMemoProxy_clear_impl()
4417 _pickle_PicklerMemoProxy_copy_impl(PicklerMemoProxyObject *self) in _pickle_PicklerMemoProxy_copy_impl()
4461 _pickle_PicklerMemoProxy___reduce___impl(PicklerMemoProxyObject *self) in _pickle_PicklerMemoProxy___reduce___impl()
4495 PicklerMemoProxy_dealloc(PicklerMemoProxyObject *self) in PicklerMemoProxy_dealloc()
4503 PicklerMemoProxy_traverse(PicklerMemoProxyObject *self, in PicklerMemoProxy_traverse()
4511 PicklerMemoProxy_clear(PicklerMemoProxyObject *self) in PicklerMemoProxy_clear()
4520 sizeof(PicklerMemoProxyObject), /*tp_basicsize*/
4551 PicklerMemoProxyObject *self; in PicklerMemoProxy_New()
4553 self = PyObject_GC_New(PicklerMemoProxyObject, &PicklerMemoProxyType); in PicklerMemoProxy_New()
[all …]