Searched refs:instance (Results 1 – 3 of 3) sorted by relevance
53 val instance = customFactory.invoke() in <lambda>() constant54 @Suppress("UNCHECKED_CAST") return instance as T in <lambda>()
171 instance: Any, in <lambda>()175 if (instance.isPrimitiveType()) { in <lambda>()176 return createElementWithTextNode(elementName, instance.toString()) in <lambda>()182 for (property in instance::class.members.filterIsInstance<KProperty1<Any, *>>()) { in <lambda>()186 val value = property.get(instance) ?: continue in <lambda>()
52 function's overall purpose and contract. For instance, we might predefine a schema for65 classes. For instance, AppSearch has limitations on the data types it can directly store, and