HomeSort by relevance Sort by last modified time
    Searched refs:vartype (Results 1 - 2 of 2) sorted by null

  /development/tools/emulator/opengl/host/tools/emugen/
Var.h 19 #include "VarType.h"
42 const VarType * vartype,
48 m_type(const_cast<VarType *>(vartype)),
59 void init(const std::string name, const VarType * vartype,
65 m_type = vartype;
76 const VarType * type() const { return m_type; }
98 const VarType * m_type
    [all...]
EntryPoint.cpp 41 bool parseTypeField(const std::string & f, std::string *vartype, std::string *varname)
47 *vartype = "";
61 *vartype = "const ";
64 *vartype += str;
73 (*vartype) += "*";
79 (*vartype) += "*";
117 const VarType *theType = TypeFactory::instance()->getVarTypeByName(retTypeName);
132 std::string vartype, varname; local
133 if (!parseTypeField(field, &vartype, &varname)) {
138 const VarType *v = TypeFactory::instance()->getVarTypeByName(vartype)
    [all...]

Completed in 1565 milliseconds