Home
last modified time | relevance | path

Searched refs:SVfrPackStackNode (Results 1 – 4 of 4) sorted by relevance

/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
181 SVfrPackStackNode *mPackStack;
DVfrUtilityLib.cpp890 SVfrPackStackNode *pPack; in ~CVfrVarDataTypeDB()
931 SVfrPackStackNode *pNew = NULL; in Pack()
933 if ((pNew = new SVfrPackStackNode (Identifier, mPackAlign)) == NULL) { in Pack()
941 SVfrPackStackNode *pNode = NULL; in Pack()
/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
DVfrUtilityLib.cpp895 SVfrPackStackNode *pPack; in ~CVfrVarDataTypeDB()
936 SVfrPackStackNode *pNew = NULL; in Pack()
938 if ((pNew = new SVfrPackStackNode (Identifier, mPackAlign)) == NULL) { in Pack()
946 SVfrPackStackNode *pNode = NULL; in Pack()