Lines Matching refs:PicklerMemoProxyObject
20 class _pickle.PicklerMemoProxy "PicklerMemoProxyObject *" "&PicklerMemoProxyType"
701 } PicklerMemoProxyObject;
4798 _pickle_PicklerMemoProxy_clear_impl(PicklerMemoProxyObject *self)
4813 _pickle_PicklerMemoProxy_copy_impl(PicklerMemoProxyObject *self)
4857 _pickle_PicklerMemoProxy___reduce___impl(PicklerMemoProxyObject *self)
4891 PicklerMemoProxy_dealloc(PicklerMemoProxyObject *self)
4899 PicklerMemoProxy_traverse(PicklerMemoProxyObject *self,
4907 PicklerMemoProxy_clear(PicklerMemoProxyObject *self)
4916 sizeof(PicklerMemoProxyObject), /*tp_basicsize*/
4947 PicklerMemoProxyObject *self;
4949 self = PyObject_GC_New(PicklerMemoProxyObject, &PicklerMemoProxyType);
4979 ((PicklerMemoProxyObject *)obj)->pickler;