HomeSort by relevance Sort by last modified time
    Searched refs:copyreg (Results 1 - 10 of 10) sorted by null

  /external/protobuf/python/google/protobuf/internal/
python_message.py 60 import six.moves.copyreg as copyreg
66 import copy_reg as copyreg
186 copyreg.pickle(cls, lambda obj: (cls, (), obj.__getstate__()))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 3170 PyObject *copyreg; local
3211 PyObject *copyreg = NULL, *newobj = NULL, *res = NULL; local
3359 PyObject *copyreg, *res; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 3137 PyObject *copyreg; local
3178 PyObject *copyreg = NULL, *newobj = NULL, *res = NULL; local
3326 PyObject *copyreg, *res; local
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 3236 PyObject *copyreg; local
3277 PyObject *copyreg = NULL, *newobj = NULL, *res = NULL; local
3446 PyObject *copyreg, *res; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
parsermodule.c 3433 PyObject *module, *copyreg; local
    [all...]
cPickle.c 5864 PyObject *copyreg, *t, *r; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
parsermodule.c 3404 PyObject *module, *copyreg; local
    [all...]
cPickle.c 5829 PyObject *copyreg, *t, *r; local
    [all...]
  /external/python/cpython2/Modules/
parsermodule.c 3433 PyObject *module, *copyreg; local
    [all...]
cPickle.c 5891 PyObject *copyreg, *t, *r; local
    [all...]

Completed in 1291 milliseconds