Searched refs:setFunctionName (Results 1 – 1 of 1) sorted by relevance
133 val setFunctionName = "set" + getFunctionName.removePrefix(prefix) regex134 val setFunction = setters.filter { it.name == setFunctionName }138 expect.withMessage("$getFunctionName does not have corresponding $setFunctionName")155 val setFunctionName = "add" + getFunctionName.removePrefix("get").run { regex164 val setFunction = setters.filter { it.name == setFunctionName }168 expect.withMessage("$getFunctionName does not have corresponding $setFunctionName")434 listOfNotNull(it.getFunctionName, it.setFunctionName)450 val setFunctionName: String?,