Home
last modified time | relevance | path

Searched defs:copyreg (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
Dpython_message.py60 import six.moves.copyreg as copyreg namespace
66 import copy_reg as copyreg namespace
/external/python/cpython3/Modules/
Dparsermodule.c1135 PyObject *module, *copyreg; in PyInit_parser() local
D_pickle.c210 PyObject *copyreg = NULL; in _Pickle_InitState() local
/external/python/cpython3/Objects/
Dtypeobject.c4057 PyObject *copyreg; in _PyType_GetSlotNames() local
4393 PyObject *copyreg; in reduce_newobj() local
4509 PyObject *copyreg, *res; in _common_reduce() local
/external/python/cpython2/Objects/
Dtypeobject.c3276 PyObject *copyreg; in slotnames() local
3317 PyObject *copyreg = NULL, *newobj = NULL, *res = NULL; in reduce_2() local
3509 PyObject *copyreg, *res; in _common_reduce() local
/external/python/cpython2/Modules/
Dparsermodule.c3474 PyObject *module, *copyreg; in initparser() local
DcPickle.c5877 PyObject *copyreg, *t, *r; in init_stuff() local