Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/commands/emugen/
DVarType.h39 bool isPointer) : in VarType()
52 bool isPointer() const { return m_isPointer; } in isPointer() function
DTypeFactory.cpp96 bool isPointer = (name[name.size() - 1U] == '*'); in initFromFile() local
DVar.h72 bool isPointer() const { return m_type->isPointer(); } in isPointer() function