Home
last modified time | relevance | path

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

/external/auto/factory/src/main/java/com/google/auto/factory/processor/
DFactoryWriter.java100 ImmutableSet<TypeVariableName> factoryTypeVariables = getFactoryTypeVariables(descriptor); in writeFactory()
306 private static ImmutableSet<TypeVariableName> getFactoryTypeVariables( in getFactoryTypeVariables() method in FactoryWriter