OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:subreports
(Results
1 - 2
of
2
) sorted by null
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ValidationReport.java
36
* and clean
subreports
. Callers will typically print the results of the report to a
54
abstract ImmutableSet<ValidationReport<?>>
subreports
();
method in class:ValidationReport
65
for (ValidationReport<?> subreport :
subreports
()) {
91
for (ValidationReport<?> subreport :
subreports
()) {
138
private final ImmutableSet.Builder<ValidationReport<?>>
subreports
= ImmutableSet.builder();
215
subreports
.add(subreport);
220
return new AutoValue_ValidationReport<T>(subject, items.build(),
subreports
.build());
/prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/
dagger-compiler-2.6.jar
Completed in 986 milliseconds