Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/hilt/android/processor/internal/
DMoreTypes.java79 public static ExecutableType asExecutable(TypeMirror maybeExecutableType) {
80 return maybeExecutableType.accept(ExecutableTypeVisitor.INSTANCE, null);
/external/auto/common/src/main/java/com/google/auto/common/
DMoreTypes.java620 public static ExecutableType asExecutable(TypeMirror maybeExecutableType) { in asExecutable() argument
621 return maybeExecutableType.accept(ExecutableTypeVisitor.INSTANCE, null); in asExecutable()