Searched refs:thisValue (Results 1 – 1 of 1) sorted by relevance
372 val thisValue = prop.stringFromFormat(this@FileFormat) ?: return@forEach in <lambda>() constant374 if (thisValue != defaultValue) { in <lambda>()375 consumer(prop.propertyName, thisValue) in <lambda>()