Searched refs:VarType (Results 1 – 5 of 5) 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()
|