Searched defs:contextReceiverTypes (Results 1 – 4 of 4) sorted by relevance
| /external/kotlinpoet/kotlinpoet/src/main/java/com/squareup/kotlinpoet/ | ||
| D | ContextReceivable.kt | 23   public val contextReceiverTypes: List<TypeName>  constant | 
| D | PropertySpec.kt | 194     override val contextReceiverTypes: MutableList<TypeName> = mutableListOf()  in <lambda>()  constant in com.squareup.kotlinpoet.<lambda>.Builder | 
| D | FunSpec.kt | 323     override val contextReceiverTypes: MutableList<TypeName> = mutableListOf()  in <lambda>()  constant in com.squareup.kotlinpoet.<lambda>.Builder | 
| D | TypeSpec.kt | 484     override val contextReceiverTypes: MutableList<TypeName> = mutableListOf()  in <lambda>()  constant |