Searched refs:nestedDerived (Results 1 – 2 of 2) sorted by relevance
21 var nestedDerived: NestedDerivedSerializable? = null in fromAppFunctionData() variable23 nestedDerived = nestedDerivedSerializableFactory.fromAppFunctionData(nestedDerivedData) in fromAppFunctionData()26 …dSerializable = NestedDerivedSerializable(stringBaseName, nestedBase, longBaseValue, nestedDerived) in fromAppFunctionData()44 val nestedDerived = nestedDerivedSerializable_appFunctionSerializable.nestedDerived in toAppFunctionData() constant45 if (nestedDerived != null) { in toAppFunctionData()46 …AppFunctionData("nestedDerived", nestedDerivedSerializableFactory.toAppFunctionData(nestedDerived)) in toAppFunctionData()
23 val nestedDerived: NestedDerivedSerializable?, constant in com.testdata.NestedDerivedSerializable