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()429 if (!isMethodGenerationSuppressed("writeToParcel", Parcel, "int")) { in generateParcelable()475 if (!isMethodGenerationSuppressed("describeContents")) { in generateParcelable()626 if (!isMethodGenerationSuppressed("equals", "Object")) { in generateEqualsHashcode()653 if (!isMethodGenerationSuppressed("hashCode")) { in generateEqualsHashcode()679 if (!isMethodGenerationSuppressed("toString")) {706 if (!isMethodGenerationSuppressed("set$NameUpperCamel", Type)725 if (!isMethodGenerationSuppressed(methodName) && !fieldAst.isPublic) {
191 fun isMethodGenerationSuppressed(name: String, vararg argTypes: String): Boolean { in <lambda>() method