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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DInfBinarySectionParser.py28 from Object.Parser.InfCommonObject import InfLineCommentObject namespace
103 LineComment = InfLineCommentObject()
116 LineComment = InfLineCommentObject()
H A DInfDefineSectionParser.py28 from Object.Parser.InfCommonObject import InfLineCommentObject namespace
124 LineComment = InfLineCommentObject()
137 LineComment = InfLineCommentObject()
H A DInfLibrarySectionParser.py28 from Object.Parser.InfCommonObject import InfLineCommentObject namespace
87 LibLineComment = InfLineCommentObject()
100 LibLineComment = InfLineCommentObject()
H A DInfPackageSectionParser.py28 from Object.Parser.InfCommonObject import InfLineCommentObject namespace
80 LineComment = InfLineCommentObject()
93 LineComment = InfLineCommentObject()
H A DInfSourceSectionParser.py28 from Object.Parser.InfCommonObject import InfLineCommentObject namespace
77 LineComment = InfLineCommentObject()
90 LineComment = InfLineCommentObject()
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/
H A DInfCommonObject.py19 ## InfLineCommentObject
28 class InfLineCommentObject(): class in inherits:
H A DInfDefineCommonObject.py19 from Object.Parser.InfCommonObject import InfLineCommentObject namespace
27 self.Comments = InfLineCommentObject()
80 self.Comments = InfLineCommentObject()
H A DInfDefineObject.py42 from Object.Parser.InfCommonObject import InfLineCommentObject namespace
890 self.Comments = InfLineCommentObject()
926 InfLineCommentObj = InfLineCommentObject()
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/UnitTest/
H A DInfBinarySectionTest.py17 from Object.Parser.InfCommonObject import InfLineCommentObject namespace
279 InfLineCommentObject = InfLineCommentObject()
281 ItemList.append((ValueList, InfLineCommentObject, CurrentLine))

Completed in 46 milliseconds