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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/
H A DInfBinaryObject.py37 class InfBianryItem(): class in inherits:
75 class InfBianryVerItem(InfBianryItem, CurrentLine):
77 InfBianryItem.__init__(self)
86 class InfBianryUiItem(InfBianryItem, CurrentLine):
88 InfBianryItem.__init__(self)
97 class InfBianryCommonItem(InfBianryItem, CurrentLine):
102 InfBianryItem.__init__(self)

Completed in 33 milliseconds