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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DFdfParserLite.py3114 if not self.__RuleSectionCouldBeOptional(EfiSectionObj.SectionType):
3175 ## __RuleSectionCouldBeOptional() method
3184 def __RuleSectionCouldBeOptional(self, SectionType): member in class:FdfParser
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DFdfParser.py3521 if not self.__RuleSectionCouldBeOptional(EfiSectionObj.SectionType):
3582 ## __RuleSectionCouldBeOptional() method
3591 def __RuleSectionCouldBeOptional(self, SectionType): member in class:FdfParser

Completed in 47 milliseconds