Home
last modified time | relevance | path

Searched refs:ExecutableTypeVisitor (Results 1 – 2 of 2) sorted by relevance

/external/dagger2/java/dagger/hilt/android/processor/internal/
DMoreTypes.java80 return maybeExecutableType.accept(ExecutableTypeVisitor.INSTANCE, null);
83 private static final class ExecutableTypeVisitor extends CastingTypeVisitor<ExecutableType> {
84 private static final ExecutableTypeVisitor INSTANCE = new ExecutableTypeVisitor();
86 ExecutableTypeVisitor() {
/external/auto/common/src/main/java/com/google/auto/common/
DMoreTypes.java621 return maybeExecutableType.accept(ExecutableTypeVisitor.INSTANCE, null); in asExecutable()
624 private static final class ExecutableTypeVisitor extends CastingTypeVisitor<ExecutableType> { class in MoreTypes
625 private static final ExecutableTypeVisitor INSTANCE = new ExecutableTypeVisitor();
627 ExecutableTypeVisitor() { in ExecutableTypeVisitor() method in MoreTypes.ExecutableTypeVisitor