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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DDscClassObject.py82 # @var _NullClassIndex: To store value for _NullClassIndex, default is 0
92 _NullClassIndex = 0 variable in class:Dsc
826 LibName = "NULL%d" % self._NullClassIndex
827 self._NullClassIndex += 1

Completed in 78 milliseconds