Searched refs:isMethodGenerationSuppressed (Results 1 – 2 of 2) sorted by relevance
139 if (!isMethodGenerationSuppressed(metodName, Type)) {184 if (isMethodGenerationSuppressed("buildUpon")) return428 if (!isMethodGenerationSuppressed("writeToParcel", Parcel, "int")) {474 if (!isMethodGenerationSuppressed("describeContents")) {625 if (!isMethodGenerationSuppressed("equals", "Object")) {652 if (!isMethodGenerationSuppressed("hashCode")) {678 if (!isMethodGenerationSuppressed("toString")) {705 if (!isMethodGenerationSuppressed("set$NameUpperCamel", Type)724 if (!isMethodGenerationSuppressed(methodName) && !fieldAst.isPublic) {
191 fun isMethodGenerationSuppressed(name: String, vararg argTypes: String): Boolean { regex