Searched refs:intOrStringDef (Results 1 – 2 of 2) sorted by relevance
65 this.intOrStringDef = constDef691 intOrStringDef?.type?.isInt == true ->832 if (intOrStringDef != null) {833 if (intOrStringDef!!.type == ConstDef.Type.INT_FLAGS) {837 appendLinesWithContinuationIndent(intOrStringDef!!.CONST_NAMES.joinToString("\n| "))843 appendLinesWithContinuationIndent(intOrStringDef!!.CONST_NAMES.joinToString("\n&& ") {850 intOrStringDef!!.CONST_NAMES.forEachLastAware { CONST_NAME, isLast ->
113 var intOrStringDef = null as ConstDef? regex