Home
last modified time | relevance | path

Searched defs:tVar (Results 1 – 4 of 4) sorted by relevance

/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/
DTypeAliasSpecTest.kt201 val tVar = TypeVariableName("T") in modifyTypeVariableNames() constant
DFunSpecTest.kt1028 val tVar = TypeVariableName("T") in modifyTypeVariableNames() constant
DTypeSpecTest.kt4736 val tVar = TypeVariableName("T") in modifyTypeVariableNames() constant
/external/icu/icu4j/tools/build/src/main/java/com/ibm/icu/dev/tool/docs/
DDeprecatedAPIChecker.java445 TypeVariable<?> tVar = (TypeVariable<?>) t; in toTypeNameList() local