Lines Matching refs:PicklerMemoProxyObject
17 class _pickle.PicklerMemoProxy "PicklerMemoProxyObject *" "&PicklerMemoProxyType"
683 } PicklerMemoProxyObject;
4402 _pickle_PicklerMemoProxy_clear_impl(PicklerMemoProxyObject *self)
4417 _pickle_PicklerMemoProxy_copy_impl(PicklerMemoProxyObject *self)
4461 _pickle_PicklerMemoProxy___reduce___impl(PicklerMemoProxyObject *self)
4495 PicklerMemoProxy_dealloc(PicklerMemoProxyObject *self)
4503 PicklerMemoProxy_traverse(PicklerMemoProxyObject *self,
4511 PicklerMemoProxy_clear(PicklerMemoProxyObject *self)
4520 sizeof(PicklerMemoProxyObject), /*tp_basicsize*/
4551 PicklerMemoProxyObject *self;
4553 self = PyObject_GC_New(PicklerMemoProxyObject, &PicklerMemoProxyType);
4583 ((PicklerMemoProxyObject *)obj)->pickler;