Home
last modified time | relevance | path

Searched refs:load_tuple (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpickle.py993 def load_tuple(self): member in Unpickler
996 dispatch[TUPLE] = load_tuple
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c3780 load_tuple(Unpicklerobject *self) in load_tuple() function
4820 if (load_tuple(self) < 0) in load()
5237 if (load_tuple(self) < 0) in noload()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcPickle.c3745 load_tuple(Unpicklerobject *self) in load_tuple() function
4785 if (load_tuple(self) < 0) in load()
5202 if (load_tuple(self) < 0) in noload()