Home
last modified time | relevance | path

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

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DComponentValidator.java236 ImmutableSet.Builder<Element> allSubcomponents = in validate() local
243 allSubcomponents.addAll(subreport.referencedSubcomponents()); in validate()
246 return new AutoValue_ComponentValidator_ComponentValidationReport(allSubcomponents.build(), in validate()