Searched refs:isCastingUnchecked (Results 1 – 3 of 3) sorted by relevance
108 private final boolean isCastingUnchecked; field in GwtSerialization.Property112 this.isCastingUnchecked = TypeSimplifier.isCastingUnchecked(property.getTypeMirror()); in Property()164 public boolean isCastingUnchecked() { in isCastingUnchecked() method in GwtSerialization.Property165 return isCastingUnchecked; in isCastingUnchecked()
325 static boolean isCastingUnchecked(TypeMirror type) { in isCastingUnchecked() method in TypeSimplifier
230 boolean actualUnchecked = TypeSimplifier.isCastingUnchecked(fieldType); in testIsCastingUnchecked()