Searched defs:_TYPE_ (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DFvImage.py865 _TYPE_ = struct.Struct("3x 1B") variable in class:Section
890 Type, = m._TYPE_.unpack_from(m._BUF_, m._OFF_)
923 m.SetField(m._TYPE_, 0, Type)
926 return m.GetField(m._TYPE_)[0]
976 _TYPE_ = struct.Struct("18x 1B") variable in class:Ffs
1092 m.SetField(m._TYPE_, 0, Type)
1095 return m.GetField(m._TYPE_)[0]

Completed in 36 milliseconds