Searched refs:fromDotNotation (Results 1 – 3 of 3) sorted by relevance
43 val type = ProGuardType.fromDotNotation(typeToReplace) in <lambda>()72 val strippedType = ProGuardType.fromDotNotation(typeToReplace.removeSuffix(innerSuffix)) in <lambda>()
63 ProGuardType.fromDotNotation(it.first) to it.second.map { in forGivenProGuardMapSet()64 ProGuardType.fromDotNotation(it) } in forGivenProGuardMapSet()
37 fun fromDotNotation(type: String): ProGuardType { in fromDotNotation() method