Home
last modified time | relevance | path

Searched refs:unwrappedType (Results 1 – 4 of 4) sorted by relevance

/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/rewriter/
DTypeRewriter.java43 String unwrappedType = value.substring(dimensions); in rewrite() local
44 String rewrittenType = rewriteUnwrappedType(unwrappedType); in rewrite()
47 if (unwrappedType != rewrittenType) { in rewrite()
/external/kotlinpoet/interop/ksp/test-processor/src/main/kotlin/com/squareup/kotlinpoet/ksp/test/processor/
DTypeAliasUnwrapping.kt34 return tag<TypeAliasTag>()?.abbreviatedType?.let { unwrappedType -> in <lambda>() method
41 val nestedUnwrappedType = unwrappedType.unwrapTypeAlias() in <lambda>()
/external/dagger2/java/dagger/internal/codegen/binding/
DMapKeys.java186 XTypeElement unwrappedType = in directMapKeyExpression() local
192 unwrappedType.getClassName().reflectionName()); in directMapKeyExpression()
/external/dokka/core/src/main/kotlin/Kotlin/
DDocumentationBuilder.kt204 val unwrappedType = superType.unwrap() in appendSupertype() constant
205 if (unwrappedType is AbbreviatedType) { in appendSupertype()
206 appendSupertype(descriptor, unwrappedType.abbreviation, backref) in appendSupertype()
208 appendType(unwrappedType, NodeKind.Supertype) in appendSupertype()
209 val superclass = unwrappedType.constructor.declarationDescriptor in appendSupertype()