Home
last modified time | relevance | path

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

/external/kotlinpoet/kotlinpoet/src/main/java/com/squareup/kotlinpoet/
DCodeWriter.kt194 fun emitTypeVariables(typeVariables: List<TypeVariableName>) { in emitTypeVariables() method
/external/javapoet/src/main/java/com/squareup/javapoet/
DCodeWriter.java193 public void emitTypeVariables(List<TypeVariableName> typeVariables) throws IOException { in emitTypeVariables() method in CodeWriter