Home
last modified time | relevance | path

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

/external/auto/value/src/main/java/com/google/auto/value/processor/
DTypeSimplifier.java324 return CASTING_UNCHECKED_VISITOR.visit(type, null); in isCastingUnchecked()
327 private static final TypeVisitor<Boolean, Void> CASTING_UNCHECKED_VISITOR = field in TypeSimplifier