Home
last modified time | relevance | path

Searched defs:nestedBase (Results 1 – 4 of 4) sorted by relevance

/appfunctions/appfunctions-compiler/src/test/test-data/input/
DNestedDerivedSerializable.KT8 open val nestedBase: NestedBaseSerializable?, constant in com.testdata.NestedBaseSerializable
14 override val nestedBase: NestedBaseSerializable?, constant in com.testdata.NonNestedChildSerializable
21 override val nestedBase: NestedBaseSerializable?, constant in com.testdata.NestedDerivedSerializable
/appfunctions/appfunctions-compiler/src/test/test-data/output/
D$NestedBaseSerializableFactory.KT14 var nestedBase: NestedBaseSerializable? = null in fromAppFunctionData() variable
30 val nestedBase = nestedBaseSerializable_appFunctionSerializable.nestedBase in toAppFunctionData() constant
D$NonNestedChildSerializableFactory.KT14 var nestedBase: NestedBaseSerializable? = null in fromAppFunctionData() variable
31 val nestedBase = nonNestedChildSerializable_appFunctionSerializable.nestedBase in toAppFunctionData() constant
D$NestedDerivedSerializableFactory.KT15 var nestedBase: NestedBaseSerializable? = null in fromAppFunctionData() variable
38 val nestedBase = nestedDerivedSerializable_appFunctionSerializable.nestedBase in toAppFunctionData() constant