Searched defs:stringBaseName (Results 1 – 5 of 5) sorted by relevance
7 open val stringBaseName: String, constant in com.testdata.NestedBaseSerializable13 override val stringBaseName: String, constant in com.testdata.NonNestedChildSerializable20 override val stringBaseName: String, constant in com.testdata.NestedDerivedSerializable
12 val stringBaseName = checkNotNull(appFunctionData.getStringOrNull("stringBaseName")) in fromAppFunctionData() constant28 val stringBaseName = nestedBaseSerializable_appFunctionSerializable.stringBaseName in toAppFunctionData() constant
12 val stringBaseName = checkNotNull(appFunctionData.getStringOrNull("stringBaseName")) in fromAppFunctionData() constant29 val stringBaseName = nonNestedChildSerializable_appFunctionSerializable.stringBaseName in toAppFunctionData() constant
13 val stringBaseName = checkNotNull(appFunctionData.getStringOrNull("stringBaseName")) in fromAppFunctionData() constant36 val stringBaseName = nestedDerivedSerializable_appFunctionSerializable.stringBaseName in toAppFunctionData() constant
14 val stringBaseName = appFunctionData.getString("stringBaseName") in fromAppFunctionData() constant