Home
last modified time | relevance | path

Searched defs:isPointer (Results 1 – 3 of 3) sorted by relevance

/development/tools/emulator/opengl/host/tools/emugen/
DVarType.h57 …g & name, const VarConverter * converter, const std::string & printFormat , const bool isPointer) : in VarType()
68 bool isPointer() const { return m_isPointer; } in isPointer() function
DTypeFactory.cpp114 bool isPointer=false; in initFromFile() local
DVar.h77 bool isPointer() const { return m_type->isPointer(); } in isPointer() function