Searched refs:newType (Results 1 – 4 of 4) sorted by relevance
52 val newType = new.returnType() in compare() constant54 checkType(oldType, newType) in compare()61 val newType = new.type() in compare() constant63 checkType(oldType, newType) in compare()70 val newType = new.type() in compare() constant72 checkType(oldType, newType) in compare()
225 final LogDataType newType = DATA_TYPE_REVERSE_MAP.get(ext); in getDataType() local226 CLog.d("Inferred data type %s", newType); in getDataType()227 return newType; in getDataType()
686 val newType = new.type() in compare() constant687 if (oldType != newType) { in compare()689 "${describe(new, capitalize = true)} has changed type from $oldType to $newType" in compare()
169 auto newType = ParseType(index); in GetType() local171 p = newType; in GetType()