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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/
H A DDecObject.py34 ## _DecComments
38 class _DecComments: class in inherits:
79 class _DecBaseObject(_DecComments):
81 _DecComments.__init__(self)
156 class _DecItemBaseObject(_DecComments):
158 _DecComments.__init__(self)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/UnitTest/
H A DDecParserUnitTest.py28 from Object.Parser.DecObject import _DecComments namespace
118 class DataItem(_DecComments):
120 _DecComments.__init__(self)
123 class Data(_DecComments):
125 _DecComments.__init__(self)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DDecParser.py41 from Object.Parser.DecObject import _DecComments namespace
726 class Dec(_DecBase, _DecComments):
735 _DecComments.__init__(self)

Completed in 60 milliseconds