Home
last modified time | relevance | path

Searched defs:stringBaseName (Results 1 – 5 of 5) sorted by relevance

/appfunctions/appfunctions-compiler/src/test/test-data/input/
DNestedDerivedSerializable.KT7 open val stringBaseName: String, constant in com.testdata.NestedBaseSerializable
13 override val stringBaseName: String, constant in com.testdata.NonNestedChildSerializable
20 override val stringBaseName: String, constant in com.testdata.NestedDerivedSerializable
/appfunctions/appfunctions-compiler/src/test/test-data/output/
D$NestedBaseSerializableFactory.KT12 val stringBaseName = checkNotNull(appFunctionData.getStringOrNull("stringBaseName")) in fromAppFunctionData() constant
28 val stringBaseName = nestedBaseSerializable_appFunctionSerializable.stringBaseName in toAppFunctionData() constant
D$NonNestedChildSerializableFactory.KT12 val stringBaseName = checkNotNull(appFunctionData.getStringOrNull("stringBaseName")) in fromAppFunctionData() constant
29 val stringBaseName = nonNestedChildSerializable_appFunctionSerializable.stringBaseName in toAppFunctionData() constant
D$NestedDerivedSerializableFactory.KT13 val stringBaseName = checkNotNull(appFunctionData.getStringOrNull("stringBaseName")) in fromAppFunctionData() constant
36 val stringBaseName = nestedDerivedSerializable_appFunctionSerializable.stringBaseName in toAppFunctionData() constant
D$NonNestedLongBaseSerializableFactory.KT14 val stringBaseName = appFunctionData.getString("stringBaseName") in fromAppFunctionData() constant