Home
last modified time | relevance | path

Searched defs:addTypeVariables (Results 1 – 6 of 6) sorted by relevance

/external/kotlinpoet/kotlinpoet/src/main/java/com/squareup/kotlinpoet/
DTypeAliasSpec.kt92 public fun addTypeVariables(typeVariables: Iterable<TypeVariableName>): Builder = apply { in <lambda>() method in com.squareup.kotlinpoet.<lambda>.Builder
DPropertySpec.kt239 public fun addTypeVariables(typeVariables: Iterable<TypeVariableName>): Builder = apply { in <lambda>() method in com.squareup.kotlinpoet.<lambda>.Builder
DFunSpec.kt379 public fun addTypeVariables(typeVariables: Iterable<TypeVariableName>): Builder = apply { in <lambda>() method in com.squareup.kotlinpoet.<lambda>.Builder
DTypeSpec.kt534 public fun addTypeVariables(typeVariables: Iterable<TypeVariableName>): Builder = apply { in <lambda>() method
/external/javapoet/src/main/java/com/squareup/javapoet/
DMethodSpec.java368 public Builder addTypeVariables(Iterable<TypeVariableName> typeVariables) { in addTypeVariables() method in MethodSpec.Builder
DTypeSpec.java475 public Builder addTypeVariables(Iterable<TypeVariableName> typeVariables) { in addTypeVariables() method in TypeSpec.Builder