HomeSort by relevance Sort by last modified time
    Searched defs:SVfrPackStackNode (Results 1 - 2 of 2) sorted by null

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

Completed in 412 milliseconds