Searched refs:hasTypeVar (Results 1 – 2 of 2) sorted by relevance
260 if (hasTypeVar(typeMirror)) { in eraseType()268 if (hasTypeVar(modelClass)) { in eraseType()275 private static boolean hasTypeVar(TypeMirror typeMirror) { in hasTypeVar() method in SetterStore280 return hasTypeVar(((ArrayType) typeMirror).getComponentType()); in hasTypeVar()288 if (hasTypeVar(arg)) { in hasTypeVar()298 private static boolean hasTypeVar(ModelClass type) { in hasTypeVar() method in SetterStore302 return hasTypeVar(type.getComponentType()); in hasTypeVar()309 if (hasTypeVar(arg)) { in hasTypeVar()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...