Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/protocols/generic-apigen/
DVarType.h39 bool isPointer) : in VarType()
52 bool isPointer() const { return m_isPointer; } in isPointer() function
DTypeFactory.cpp95 bool isPointer = (name[name.size() - 1U] == '*'); in initFromFile() local
DVar.h74 bool isPointer() const { return m_type->isPointer(); } in isPointer() function
/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