Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/spi/model/
DDiagnosticReporter.java102 public abstract void reportSubcomponentFactoryMethod( in reportSubcomponentFactoryMethod() method in DiagnosticReporter
109 public final void reportSubcomponentFactoryMethod( in reportSubcomponentFactoryMethod() method in DiagnosticReporter
115 reportSubcomponentFactoryMethod( in reportSubcomponentFactoryMethod()
/external/dagger2/java/dagger/internal/codegen/model/
DDiagnosticReporter.java102 public abstract void reportSubcomponentFactoryMethod( in reportSubcomponentFactoryMethod() method in DiagnosticReporter
109 public final void reportSubcomponentFactoryMethod( in reportSubcomponentFactoryMethod() method in DiagnosticReporter
115 reportSubcomponentFactoryMethod( in reportSubcomponentFactoryMethod()
/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/
DModelBindingGraphConverter.java425 public void reportSubcomponentFactoryMethod( in reportSubcomponentFactoryMethod() method in ModelBindingGraphConverter.DiagnosticReporterImpl
429 delegate.reportSubcomponentFactoryMethod( in reportSubcomponentFactoryMethod()
435 public void reportSubcomponentFactoryMethod( in reportSubcomponentFactoryMethod() method in ModelBindingGraphConverter.DiagnosticReporterImpl
441 delegate.reportSubcomponentFactoryMethod( in reportSubcomponentFactoryMethod()
DDiagnosticReporterFactory.java113 public void reportSubcomponentFactoryMethod( in reportSubcomponentFactoryMethod() method in DiagnosticReporterFactory.DiagnosticReporterImpl
DSpiModelBindingGraphConverter.java686 public void reportSubcomponentFactoryMethod( in reportSubcomponentFactoryMethod() method in SpiModelBindingGraphConverter.DiagnosticReporterImpl
690 delegate.reportSubcomponentFactoryMethod( in reportSubcomponentFactoryMethod()
/external/dagger2/java/dagger/internal/codegen/bindinggraphvalidation/
DCompositeBindingGraphPlugin.java202 public void reportSubcomponentFactoryMethod( in reportSubcomponentFactoryMethod() method in CompositeBindingGraphPlugin.AggregatingDiagnosticReporter
212 delegate.reportSubcomponentFactoryMethod(diagnosticKind, childFactoryMethodEdge, message); in reportSubcomponentFactoryMethod()
DSubcomponentFactoryMethodValidator.java136 diagnosticReporter.reportSubcomponentFactoryMethod( in reportMissingModuleParameters()