Searched refs:isMethodGenerationSuppressed (Results 1 – 2 of 2) sorted by relevance
139 if (!isMethodGenerationSuppressed(metodName, Type)) { in generateWithers()184 if (isMethodGenerationSuppressed("buildUpon")) return in generateBuildUpon()428 if (!isMethodGenerationSuppressed("writeToParcel", Parcel, "int")) { in generateParcelable()474 if (!isMethodGenerationSuppressed("describeContents")) { in generateParcelable()623 if (!isMethodGenerationSuppressed("equals", "Object")) { in generateEqualsHashcode()650 if (!isMethodGenerationSuppressed("hashCode")) { in generateEqualsHashcode()676 if (!isMethodGenerationSuppressed("toString")) {703 if (!isMethodGenerationSuppressed("set$NameUpperCamel", Type)722 if (!isMethodGenerationSuppressed(methodName) && !fieldAst.isPublic) {
191 fun isMethodGenerationSuppressed(name: String, vararg argTypes: String): Boolean { in <lambda>() method