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.h161 _pickle_PicklerMemoProxy_clear_impl(PicklerMemoProxyObject *self);
164 _pickle_PicklerMemoProxy_clear(PicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_PicklerMemoProxy_clear()
179 _pickle_PicklerMemoProxy_copy_impl(PicklerMemoProxyObject *self);
182 _pickle_PicklerMemoProxy_copy(PicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_PicklerMemoProxy_copy()
197 _pickle_PicklerMemoProxy___reduce___impl(PicklerMemoProxyObject *self);
200 _pickle_PicklerMemoProxy___reduce__(PicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_PicklerMemoProxy___reduce__()
/external/python/cpython3/Modules/
D_pickle.c701 } PicklerMemoProxyObject; typedef
4798 _pickle_PicklerMemoProxy_clear_impl(PicklerMemoProxyObject *self) in _pickle_PicklerMemoProxy_clear_impl()
4813 _pickle_PicklerMemoProxy_copy_impl(PicklerMemoProxyObject *self) in _pickle_PicklerMemoProxy_copy_impl()
4857 _pickle_PicklerMemoProxy___reduce___impl(PicklerMemoProxyObject *self) in _pickle_PicklerMemoProxy___reduce___impl()
4891 PicklerMemoProxy_dealloc(PicklerMemoProxyObject *self) in PicklerMemoProxy_dealloc()
4899 PicklerMemoProxy_traverse(PicklerMemoProxyObject *self, in PicklerMemoProxy_traverse()
4907 PicklerMemoProxy_clear(PicklerMemoProxyObject *self) in PicklerMemoProxy_clear()
4916 sizeof(PicklerMemoProxyObject), /*tp_basicsize*/
4947 PicklerMemoProxyObject *self; in PicklerMemoProxy_New()
4949 self = PyObject_GC_New(PicklerMemoProxyObject, &PicklerMemoProxyType); in PicklerMemoProxy_New()
[all …]