Home
last modified time | relevance | path

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

/appfunctions/appfunctions-compiler/src/test/test-data/output/
D$NestedBaseSerializableFactory.KT14 var nestedBase: NestedBaseSerializable? = null in fromAppFunctionData() variable
16 nestedBase = nestedBaseSerializableFactory.fromAppFunctionData(nestedBaseData) in fromAppFunctionData()
19 val resultNestedBaseSerializable = NestedBaseSerializable(stringBaseName, nestedBase) in fromAppFunctionData()
30 val nestedBase = nestedBaseSerializable_appFunctionSerializable.nestedBase in toAppFunctionData() constant
31 if (nestedBase != null) { in toAppFunctionData()
32 …ilder.setAppFunctionData("nestedBase", nestedBaseSerializableFactory.toAppFunctionData(nestedBase)) in toAppFunctionData()
D$NonNestedChildSerializableFactory.KT14 var nestedBase: NestedBaseSerializable? = null in fromAppFunctionData() variable
16 nestedBase = nestedBaseSerializableFactory.fromAppFunctionData(nestedBaseData) in fromAppFunctionData()
20 …val resultNonNestedChildSerializable = NonNestedChildSerializable(stringBaseName, nestedBase, long… in fromAppFunctionData()
31 val nestedBase = nonNestedChildSerializable_appFunctionSerializable.nestedBase in toAppFunctionData() constant
32 if (nestedBase != null) { in toAppFunctionData()
33 …ilder.setAppFunctionData("nestedBase", nestedBaseSerializableFactory.toAppFunctionData(nestedBase)) in toAppFunctionData()
D$NestedDerivedSerializableFactory.KT15 var nestedBase: NestedBaseSerializable? = null in fromAppFunctionData() variable
17 nestedBase = nestedBaseSerializableFactory.fromAppFunctionData(nestedBaseData) in fromAppFunctionData()
26 …val resultNestedDerivedSerializable = NestedDerivedSerializable(stringBaseName, nestedBase, longBa… in fromAppFunctionData()
38 val nestedBase = nestedDerivedSerializable_appFunctionSerializable.nestedBase in toAppFunctionData() constant
39 if (nestedBase != null) { in toAppFunctionData()
40 …ilder.setAppFunctionData("nestedBase", nestedBaseSerializableFactory.toAppFunctionData(nestedBase)) in toAppFunctionData()
/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
16 ) : NestedBaseSerializable(stringBaseName, nestedBase) {}
21 override val nestedBase: NestedBaseSerializable?, constant in com.testdata.NestedDerivedSerializable
24 ) : NonNestedChildSerializable(stringBaseName, nestedBase, longBaseValue)