Searched refs:SectionClassObject (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/CommonDataClass/
H A DFdfClass.py152 class SectionClassObject: class in inherits:
163 class DepexSectionClassObject (SectionClassObject):
176 class CompressSectionClassObject (SectionClassObject) :
182 SectionClassObject.__init__(self)
189 class DataSectionClassObject (SectionClassObject):
195 SectionClassObject.__init__(self)
204 class EfiSectionClassObject (SectionClassObject):
210 SectionClassObject.__init__(self)
223 class FvImageSectionClassObject (SectionClassObject):
229 SectionClassObject
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DSection.py18 from CommonDataClass.FdfClass import SectionClassObject namespace
27 class Section (SectionClassObject):
85 SectionClassObject.__init__(self)

Completed in 57 milliseconds