Searched refs:getDataType (Results 1 – 3 of 3) sorted by relevance
31 mType = getDataType(type); in GLDataTypeSpec()35 private Type getDataType(String type) { in getDataType() method in GLDataTypeSpec60 public Type getDataType() { in getDataType() method in GLDataTypeSpec
51 if (apiSpec.getReturnValue().getDataType() == Type.VOID) { in formatReturnValue()74 if (argSpec.getDataType() == Type.VOID && !argSpec.isPointer()) { in formatArgs()94 return formatPointer(var, typeSpec.getDataType()); in formatDataValue()97 switch (typeSpec.getDataType()) { in formatDataValue()
40 assertEquals(Type.VOID, spec.getReturnValue().getDataType()); in testParser()49 assertEquals(argSpec.getDataType(), Type.ENUM); in testParser()54 assertEquals(argSpec.getDataType(), Type.ENUM); in testParser()