Searched refs:isPointer (Results 1 – 3 of 3) sorted by relevance
50 assertEquals(argSpec.isPointer(), false); in testParser()55 assertEquals(argSpec.isPointer(), true); in testParser()
74 if (argSpec.getDataType() == Type.VOID && !argSpec.isPointer()) { in formatArgs()93 if (typeSpec.isPointer()) { in formatDataValue()
72 public boolean isPointer() { in isPointer() method in GLDataTypeSpec