Searched refs:CommentType (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/ |
D | CodeFragment.py | 28 def __init__(self, Str, Begin, End, CommentType): argument 32 self.Type = CommentType
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
D | CodeFragment.py | 28 def __init__(self, Str, Begin, End, CommentType): argument 32 self.Type = CommentType
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/ |
D | InfPcdObject.py | 75 … CommentItemUsage, CommentType, CommentString, CommentItemHelpText = ParseComment(CommentItem, 80 if CommentType and CommentString:
|