Home
last modified time | relevance | path

Searched refs:getReferencedTypeVariables (Results 1 – 2 of 2) sorted by relevance

/external/auto/factory/src/main/java/com/google/auto/factory/processor/
DTypeVariables.java36 static ImmutableSet<TypeVariable> getReferencedTypeVariables(TypeMirror type) { in getReferencedTypeVariables() method in TypeVariables
DFactoryWriter.java351 for (TypeVariable typeVariable : TypeVariables.getReferencedTypeVariables(type)) { in getReferencedTypeParameterNames()