Searched refs:withBoxedTypes (Results 1 – 1 of 1) sorted by relevance
219 INTEGER -> withBoxedTypes(env, TypeKind.INT, TypeKind.BYTE, TypeKind.CHAR, in getTypeMirrors()221 REAL -> withBoxedTypes(env, TypeKind.DOUBLE, TypeKind.FLOAT) in getTypeMirrors()228 private fun withBoxedTypes(env: ProcessingEnvironment, vararg primitives: TypeKind): in withBoxedTypes() method in SQLTypeAffinity