Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DVfrUtilityLib.h378 struct SVfrQuestionNode { struct
383 SVfrQuestionNode *mNext; argument
386 SVfrQuestionNode (IN CHAR8 *, IN CHAR8 *, IN UINT32 BitMask = 0); argument
387 ~SVfrQuestionNode ();
390 SVfrQuestionNode (IN CONST SVfrQuestionNode&); // Prevent copy-construction
391 SVfrQuestionNode& operator= (IN CONST SVfrQuestionNode&); // Prevent assignment argument
396 SVfrQuestionNode *mQuestionList;
DVfrUtilityLib.cpp2507 SVfrQuestionNode::SVfrQuestionNode ( in SVfrQuestionNode() function in SVfrQuestionNode
2537 SVfrQuestionNode::~SVfrQuestionNode ( in ~SVfrQuestionNode()
2565 SVfrQuestionNode *pNode; in ~CVfrQuestionDB()
2583 SVfrQuestionNode *pNode; in ResetInit()
2605 SVfrQuestionNode *pNode = NULL; in PrintAllQuestion()
2619 SVfrQuestionNode *pNode = NULL; in RegisterQuestion()
2625 if ((pNode = new SVfrQuestionNode (Name, VarIdStr)) == NULL) { in RegisterQuestion()
2659 SVfrQuestionNode *pNode[3] = {NULL, }; in RegisterOldDateQuestion()
2666 if ((pNode[0] = new SVfrQuestionNode (NULL, YearVarId, DATE_YEAR_BITMASK)) == NULL) { in RegisterOldDateQuestion()
2669 if ((pNode[1] = new SVfrQuestionNode (NULL, MonthVarId, DATE_MONTH_BITMASK)) == NULL) { in RegisterOldDateQuestion()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
DVfrUtilityLib.cpp2350 SVfrQuestionNode::SVfrQuestionNode ( in SVfrQuestionNode() function in SVfrQuestionNode
2379 SVfrQuestionNode::~SVfrQuestionNode ( in ~SVfrQuestionNode()
2407 SVfrQuestionNode *pNode; in ~CVfrQuestionDB()
2423 SVfrQuestionNode *pNode = NULL; in RegisterQuestion()
2429 if ((pNode = new SVfrQuestionNode (Name, VarIdStr)) == NULL) { in RegisterQuestion()
2460 SVfrQuestionNode *pNode[3] = {NULL, }; in RegisterOldDateQuestion()
2467 if ((pNode[0] = new SVfrQuestionNode (NULL, YearVarId, DATE_YEAR_BITMASK)) == NULL) { in RegisterOldDateQuestion()
2470 if ((pNode[1] = new SVfrQuestionNode (NULL, MonthVarId, DATE_MONTH_BITMASK)) == NULL) { in RegisterOldDateQuestion()
2473 if ((pNode[2] = new SVfrQuestionNode (NULL, DayVarId, DATE_DAY_BITMASK)) == NULL) { in RegisterOldDateQuestion()
2516 SVfrQuestionNode *pNode[3] = {NULL, }; in RegisterNewDateQuestion()
[all …]
DVfrUtilityLib.h314 struct SVfrQuestionNode { struct
319 SVfrQuestionNode *mNext; argument
321 SVfrQuestionNode (IN INT8 *, IN INT8 *, IN UINT32 BitMask = 0);
322 ~SVfrQuestionNode ();
327 SVfrQuestionNode *mQuestionList;