Home
last modified time | relevance | path

Searched refs:nestedDerived (Results 1 – 2 of 2) sorted by relevance

/appfunctions/appfunctions-compiler/src/test/test-data/output/
D$NestedDerivedSerializableFactory.KT21 var nestedDerived: NestedDerivedSerializable? = null in fromAppFunctionData() variable
23 nestedDerived = nestedDerivedSerializableFactory.fromAppFunctionData(nestedDerivedData) in fromAppFunctionData()
26 …dSerializable = NestedDerivedSerializable(stringBaseName, nestedBase, longBaseValue, nestedDerived) in fromAppFunctionData()
44 val nestedDerived = nestedDerivedSerializable_appFunctionSerializable.nestedDerived in toAppFunctionData() constant
45 if (nestedDerived != null) { in toAppFunctionData()
46 …AppFunctionData("nestedDerived", nestedDerivedSerializableFactory.toAppFunctionData(nestedDerived)) in toAppFunctionData()
/appfunctions/appfunctions-compiler/src/test/test-data/input/
DNestedDerivedSerializable.KT23 val nestedDerived: NestedDerivedSerializable?, constant in com.testdata.NestedDerivedSerializable