Searched defs:longBaseValue (Results 1 – 4 of 4) sorted by relevance
18 val longBaseValue = checkNotNull(appFunctionData.getLongOrNull("longBaseValue")) in fromAppFunctionData() constant35 val longBaseValue = nonNestedChildSerializable_appFunctionSerializable.longBaseValue in toAppFunctionData() constant
19 val longBaseValue = checkNotNull(appFunctionData.getLongOrNull("longBaseValue")) in fromAppFunctionData() constant42 val longBaseValue = nestedDerivedSerializable_appFunctionSerializable.longBaseValue in toAppFunctionData() constant
19 val longBaseValue = appFunctionData.getLong("longBaseValue") in fromAppFunctionData() constant
15 open val longBaseValue: Long, constant in com.testdata.NonNestedChildSerializable22 override val longBaseValue: Long, constant in com.testdata.NestedDerivedSerializable