Searched refs:getReferencedTypeVariables (Results 1 – 2 of 2) sorted by relevance
36 static ImmutableSet<TypeVariable> getReferencedTypeVariables(TypeMirror type) { in getReferencedTypeVariables() method in TypeVariables
351 for (TypeVariable typeVariable : TypeVariables.getReferencedTypeVariables(type)) { in getReferencedTypeParameterNames()