Searched refs:VarType (Results 1 – 10 of 10) sorted by relevance
/device/generic/opengl-transport/host/commands/emugen/ |
D | TypeFactory.cpp | 31 typedef std::map<std::string, VarType> TypeMap; 38 …g_varMap.insert(std::pair<std::string, VarType>(name, VarType(g_typeId++, name, (size + 7) >> 3, p… 127 g_varMap.insert(std::pair<std::string, VarType>( in initFromFile() 128 name, VarType(g_typeId++, in initFromFile() 134 g_varMap.insert(std::pair<std::string, VarType>( in initFromFile() 135 constName, VarType(g_typeId++, in initFromFile() 146 const VarType * TypeFactory::getVarTypeByName(const std::string & type) in getVarTypeByName()
|
D | VarType.h | 26 class VarType { 28 VarType() : in VarType() function 35 VarType(size_t id, in VarType() function 46 ~VarType() {} in ~VarType()
|
D | Var.h | 30 const VarType * vartype, in Var() 37 m_type(const_cast<VarType *>(vartype)), in Var() 49 void init(const std::string name, const VarType * vartype, in init() 71 const VarType * type() const { return m_type; } in type() 103 const VarType * m_type = nullptr;
|
D | TypeFactory.h | 30 const VarType * getVarTypeByName(const std::string &type);
|
D | EntryPoint.cpp | 74 const VarType *theType = TypeFactory::instance()->getVarTypeByName(retTypeName); in parse() 110 const VarType *v = TypeFactory::instance()->getVarTypeByName(vartype); in parse()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/ |
D | VfrFormPkg.h | 456 UINT64 GetMinData (UINT8 VarType) { in GetMinData() argument 458 switch (VarType) { in GetMinData() 477 UINT64 GetMaxData (UINT8 VarType) { in GetMaxData() argument 479 switch (VarType) { in GetMaxData() 498 UINT64 GetStepData (UINT8 VarType) { in GetStepData() argument 500 switch (VarType) { in GetStepData()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/ |
D | VfrFormPkg.h | 570 UINT64 GetMinData (UINT8 VarType) { in GetMinData() argument 572 switch (VarType) { in GetMinData() 591 UINT64 GetMaxData (UINT8 VarType) { in GetMaxData() argument 593 switch (VarType) { in GetMaxData() 612 UINT64 GetStepData (UINT8 VarType) { in GetStepData() argument 614 switch (VarType) { in GetStepData()
|
D | VfrSyntax.g | 4198 numericVarStoreType [UINT8 & VarType] : 4199 "NUMERIC_SIZE_1" << $VarType = EFI_IFR_NUMERIC_SIZE_1; >> 4200 | "NUMERIC_SIZE_2" << $VarType = EFI_IFR_NUMERIC_SIZE_2; >> 4201 | "NUMERIC_SIZE_4" << $VarType = EFI_IFR_NUMERIC_SIZE_4; >> 4202 | "NUMERIC_SIZE_8" << $VarType = EFI_IFR_NUMERIC_SIZE_8; >> 4212 UINT8 VarType = EFI_IFR_TYPE_UNDEFINED; 4219 {"\|" FLAGS "=" numericVarStoreType [VarType] } 4254 …aStorage.GetVarStoreType(Info.mVarStoreId) == EFI_VFR_VARSTORE_NAME) && (VarType == EFI_IFR_TYPE_U… 4257 … if (VarType != EFI_IFR_TYPE_UNDEFINED) { 4258 Info.mVarType = VarType; [all …]
|
D | VfrUtilityLib.h | 321 EFI_VARSTORE_ID GetFreeVarStoreId (EFI_VFR_VARSTORE_TYPE VarType = EFI_VFR_VARSTORE_BUFFER);
|
D | VfrUtilityLib.cpp | 1454 EFI_VFR_VARSTORE_TYPE VarType in GetFreeVarStoreId() argument 1463 if ((!VfrCompatibleMode) || (VarType == EFI_VFR_VARSTORE_BUFFER)) { in GetFreeVarStoreId() 1465 } else if (VarType == EFI_VFR_VARSTORE_EFI) { in GetFreeVarStoreId() 1467 } else if (VarType == EFI_VFR_VARSTORE_NAME) { in GetFreeVarStoreId()
|