Searched refs:AFU_TYPES (Results 1 – 1 of 1) sorted by relevance
59 private val AFU_TYPES: Map<Type, TypeInfo> = AFU_CLASSES.mapKeys { getObjectType(it.key) } in <lambda>() constant299 if (methodType.argumentTypes.any { it in AFU_TYPES }) { in visitMethod()341 if (methodType.returnType !in AFU_TYPES) return null in getPotentialAccessorType()