Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpickle.py883 def load_proto(self): member in Unpickler
887 dispatch[PROTO] = load_proto
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c4687 load_proto(Unpicklerobject *self) in load_proto() function
4972 if (load_proto(self) < 0) in load()
5390 if (load_proto(self) < 0) in noload()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcPickle.c4652 load_proto(Unpicklerobject *self) in load_proto() function
4937 if (load_proto(self) < 0) in load()
5355 if (load_proto(self) < 0) in noload()