Home
last modified time | relevance | path

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

/external/auto/factory/src/main/java/com/google/auto/factory/processor/
DAutoFactoryDeclaration.java65 abstract ImmutableSet<TypeElement> implementingTypes(); in implementingTypes() method in AutoFactoryDeclaration
181 ImmutableSet<TypeElement> implementingTypes = builder.build(); in createIfValid() local
DFactoryDescriptor.java52 abstract ImmutableSet<TypeMirror> implementingTypes(); in implementingTypes() method in FactoryDescriptor
88 ImmutableSet<TypeMirror> implementingTypes, in create()