Home
last modified time | relevance | path

Searched refs:getVarTypeByName (Results 1 – 3 of 3) sorted by relevance

/device/generic/opengl-transport/host/commands/emugen/
DTypeFactory.h30 const VarType * getVarTypeByName(const std::string &type);
DTypeFactory.cpp122 if (getVarTypeByName(name)->id() != 0) { in initFromFile()
146 const VarType * TypeFactory::getVarTypeByName(const std::string & type) in getVarTypeByName() function in TypeFactory
DEntryPoint.cpp74 const VarType *theType = TypeFactory::instance()->getVarTypeByName(retTypeName); in parse()
110 const VarType *v = TypeFactory::instance()->getVarTypeByName(vartype); in parse()