Home
last modified time | relevance | path

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

/external/auto/common/src/main/java/com/google/auto/common/
DMoreTypes.java599 public static ErrorType asError(TypeMirror maybeErrorType) { in asError() argument
600 return maybeErrorType.accept(ErrorTypeVisitor.INSTANCE, null); in asError()