Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/
DComponentImplementation.java182 private final NestingKind nestingKind; field in ComponentImplementation
214 NestingKind nestingKind, in ComponentImplementation()
284 NestingKind nestingKind, in forDeserializedComponent()
299 private static void checkName(ClassName name, NestingKind nestingKind) { in checkName()