Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/spi/
DDiagnosticReporter.java90 void reportSubcomponentFactoryMethod( in reportSubcomponentFactoryMethod() method
97 void reportSubcomponentFactoryMethod( in reportSubcomponentFactoryMethod() method
/external/dagger2/java/dagger/internal/codegen/validation/
DDiagnosticReporterFactory.java144 public void reportSubcomponentFactoryMethod( in reportSubcomponentFactoryMethod() method in DiagnosticReporterFactory.DiagnosticReporterImpl
152 public void reportSubcomponentFactoryMethod( in reportSubcomponentFactoryMethod() method in DiagnosticReporterFactory.DiagnosticReporterImpl
158 reportSubcomponentFactoryMethod( in reportSubcomponentFactoryMethod()
DCompositeBindingGraphPlugin.java213 public void reportSubcomponentFactoryMethod( in reportSubcomponentFactoryMethod() method in CompositeBindingGraphPlugin.AggregatingDiagnosticReporter
223 delegate.reportSubcomponentFactoryMethod(diagnosticKind, childFactoryMethodEdge, message); in reportSubcomponentFactoryMethod()
234 public void reportSubcomponentFactoryMethod( in reportSubcomponentFactoryMethod() method in CompositeBindingGraphPlugin.AggregatingDiagnosticReporter
240 reportSubcomponentFactoryMethod( in reportSubcomponentFactoryMethod()
/external/dagger2/java/dagger/internal/codegen/bindinggraphvalidation/
DSubcomponentFactoryMethodValidator.java145 diagnosticReporter.reportSubcomponentFactoryMethod( in reportMissingModuleParameters()