Searched refs:annotationTypeToIntDefMapping (Results 1 – 1 of 1) sorted by relevance
58 val annotationTypeToIntDefMapping = annotatedElements.associate { annotatedElement -> regex66 outputToFile(annotationTypeToIntDefMapping)127 private fun outputToFile(annotationTypeToIntDefMapping: Map<String, IntDefMapping>) {131 serializeTo(annotationTypeToIntDefMapping, writer)153 annotationTypeToIntDefMapping: Map<String, IntDefMapping>,160 val intDefTypesCount = annotationTypeToIntDefMapping.size162 for ((field, intDefMapping) in annotationTypeToIntDefMapping) {