Home
last modified time | relevance | path

Searched defs:SVfrPackStackNode (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
DVfrUtilityLib.h123 struct SVfrPackStackNode { struct
126 SVfrPackStackNode *mNext; argument
128 SVfrPackStackNode (IN INT8 *Identifier, IN UINT32 Number) { in SVfrPackStackNode() argument
139 ~SVfrPackStackNode (VOID) { in ~SVfrPackStackNode() argument
162 SVfrPackStackNode *mPackStack; argument
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DVfrUtilityLib.h138 struct SVfrPackStackNode { struct
141 SVfrPackStackNode *mNext; argument
143 SVfrPackStackNode (IN CHAR8 *Identifier, IN UINT32 Number) { in SVfrPackStackNode() function
154 ~SVfrPackStackNode (VOID) { in ~SVfrPackStackNode() argument
174 SVfrPackStackNode (IN CONST SVfrPackStackNode&); // Prevent copy-construction argument
175 SVfrPackStackNode& operator= (IN CONST SVfrPackStackNode&); // Prevent assignment argument