Home
last modified time | relevance | path

Searched refs:TypeFactory (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/codegen/generic-apigen/
DTypeFactory.h22 class TypeFactory {
24 static TypeFactory *instance() { in instance()
26 m_instance = new TypeFactory; in instance()
33 static TypeFactory *m_instance;
35 TypeFactory() {} in TypeFactory() function
DTypeFactory.cpp28 TypeFactory * TypeFactory::m_instance = NULL;
39 void TypeFactory::initBaseTypes() in initBaseTypes()
50 int TypeFactory::initFromFile(const std::string &filename) in initFromFile()
145 const VarType * TypeFactory::getVarTypeByName(const std::string & type) in getVarTypeByName()
DCMakeLists.txt3 ApiGen.cpp EntryPoint.cpp getopt.c main.cpp Parser.cpp strUtils.cpp TypeFactory.cpp)
Dmain.cpp99 if (TypeFactory::instance()->initFromFile(typesFilename) < 0) { in main()
DEntryPoint.cpp74 const VarType *theType = TypeFactory::instance()->getVarTypeByName(retTypeName); in parse()
110 const VarType *v = TypeFactory::instance()->getVarTypeByName(vartype); in parse()