Home
last modified time | relevance | path

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

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DMissingBindingSuggestions.java33 static ImmutableList<String> forKey(BindingGraph topLevelGraph, BindingKey key) { in forKey()
DBindingGraphValidator.java139 final BindingGraph topLevelGraph; field in BindingGraphValidator.Validation
143 Validation(BindingGraph topLevelGraph, BindingGraph subject) { in Validation()
150 Validation(BindingGraph topLevelGraph) { in Validation()