Home
last modified time | relevance | path

Searched defs:toTypeSpec (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/moshi/moshi-kotlin-codegen/src/main/java/com/squareup/moshi/kotlin/codegen/apt/
H A DMoshiCachedClassInspector.kt45 fun toTypeSpec(kmClass: KmClass): TypeSpec { in toTypeSpec() method
51 fun toTypeSpec(element: TypeElement): TypeSpec { in toTypeSpec() method in com.squareup.moshi.kotlin.codegen.apt.MoshiCachedClassInspector
/aosp_15_r20/external/kotlinpoet/interop/kotlin-metadata/src/main/kotlin/com/squareup/kotlinpoet/metadata/specs/
H A DKotlinPoetMetadataSpecs.kt124 public fun KClass<*>.toTypeSpec( in <lambda>() method
134 public fun Class<*>.toTypeSpec( in <lambda>() method
144 public fun TypeElement.toTypeSpec( in <lambda>() method
180 public fun KmClass.toTypeSpec( in <lambda>() method
256 private fun KmClass.toTypeSpec( in KmClass() method