Searched defs:property (Results 1 – 5 of 5) sorted by relevance
43 val property = getProperty(propertyName!!) in toPlatformGenericDocument() constant107 val property = getProperty(propertyName) in toJetpackGenericDocument() constant
584 for (property in currentPropertiesList) { in <lambda>() method613 for (property in currentSerializableProperties) { in <lambda>() method
221 .map { property -> AppFunctionTypeReference(property.type) } in <lambda>() method
182 for (property in instance::class.members.filterIsInstance<KProperty1<Any, *>>()) { in <lambda>() constant
360 for (property in annotatedClass.getProperties()) { in <lambda>() constant