Home
last modified time | relevance | path

Searched refs:fromAppFunctionData (Results 1 – 19 of 19) sorted by relevance

/appfunctions/appfunctions-compiler/src/test/test-data/output/
D$SerializableWithProxyTypeFactory.KT11 override fun fromAppFunctionData(appFunctionData: AppFunctionData): SerializableWithProxyType { in <lambda>() method in com.testdata.$SerializableWithProxyTypeFactory
16 val localDateTime = appFunctionLocalDateTimeFactory.fromAppFunctionData(localDateTimeData) in <lambda>()
19 appFunctionLocalDateTimeFactory.fromAppFunctionData(data) in <lambda>()
22 val androidUri = appFunctionUriFactory.fromAppFunctionData(androidUriData) in <lambda>()
25 appFunctionUriFactory.fromAppFunctionData(data) in <lambda>()
D$EntityWithDiffPackageSerializablePropertyFactory.KT10 …override fun fromAppFunctionData(appFunctionData: AppFunctionData): EntityWithDiffPackageSerializa… in <lambda>() method in com.testdata.$EntityWithDiffPackageSerializablePropertyFactory
14 … val inputSerializable = diffPackageSerializableFactory.fromAppFunctionData(inputSerializableData) in <lambda>()
17 diffPackageSerializableFactory.fromAppFunctionData(data) in <lambda>()
D$UpdateNoteParamsFactory.KT11 override fun fromAppFunctionData(appFunctionData: AppFunctionData): UpdateNoteParams { in fromAppFunctionData() method in com.testdata.$UpdateNoteParamsFactory
30 title = setFieldKotlinStringFactory.fromAppFunctionData(titleData) in fromAppFunctionData()
35 nullableTitle = setFieldKotlinStringNullableFactory.fromAppFunctionData(nullableTitleData) in fromAppFunctionData()
40 …attachments = setFieldKotlinCollectionsListComTestdataAttachmentFactory.fromAppFunctionData(attach… in fromAppFunctionData()
45 … setFieldKotlinCollectionsListComTestdataAttachmentNullableFactory.fromAppFunctionData(nullableAtt… in fromAppFunctionData()
D$NestedDerivedSerializableFactory.KT9 override fun fromAppFunctionData(appFunctionData: AppFunctionData): NestedDerivedSerializable { in fromAppFunctionData() method in com.testdata.$NestedDerivedSerializableFactory
17 nestedBase = nestedBaseSerializableFactory.fromAppFunctionData(nestedBaseData) in fromAppFunctionData()
23 nestedDerived = nestedDerivedSerializableFactory.fromAppFunctionData(nestedDerivedData) in fromAppFunctionData()
D$RecursiveSerializableFactory.KT9 override fun fromAppFunctionData(appFunctionData: AppFunctionData): RecursiveSerializable { in fromAppFunctionData() method in com.testdata.$RecursiveSerializableFactory
15 nested = recursiveSerializableFactory.fromAppFunctionData(nestedData) in fromAppFunctionData()
D$NonNestedLongBaseSerializableFactory.KT10 override fun fromAppFunctionData(appFunctionData: AppFunctionData): in fromAppFunctionData() method in com.testdata.$NonNestedLongBaseSerializableFactory
18 nestedStringBaseSerializableFactory.fromAppFunctionData(nestedStringBaseSerializableData) in fromAppFunctionData()
D$NestedBaseSerializableFactory.KT9 override fun fromAppFunctionData(appFunctionData: AppFunctionData): NestedBaseSerializable { in fromAppFunctionData() method in com.testdata.$NestedBaseSerializableFactory
16 nestedBase = nestedBaseSerializableFactory.fromAppFunctionData(nestedBaseData) in fromAppFunctionData()
D$NonNestedChildSerializableFactory.KT9 override fun fromAppFunctionData(appFunctionData: AppFunctionData): NonNestedChildSerializable { in fromAppFunctionData() method in com.testdata.$NonNestedChildSerializableFactory
16 nestedBase = nestedBaseSerializableFactory.fromAppFunctionData(nestedBaseData) in fromAppFunctionData()
D$EntityWithValidPropertiesFactory.KT9 override fun fromAppFunctionData(appFunctionData: AppFunctionData): EntityWithValidProperties { in <lambda>() method in com.testdata.$EntityWithValidPropertiesFactory
21 val inputSerializable = inputSerializableFactory.fromAppFunctionData(inputSerializableData) in <lambda>()
24 inputSerializableFactory.fromAppFunctionData(data) in <lambda>()
D$EntityWithValidNullablePropertiesFactory.KT9 …override fun fromAppFunctionData(appFunctionData: AppFunctionData): EntityWithValidNullablePropert… in <lambda>() method in com.testdata.$EntityWithValidNullablePropertiesFactory
23 inputSerializable = inputSerializableFactory.fromAppFunctionData(inputSerializableData) in <lambda>()
27 inputSerializableFactory.fromAppFunctionData(data) in <lambda>()
D$StringBaseSerializableFactory.KT9 override fun fromAppFunctionData(appFunctionData: AppFunctionData): StringBaseSerializable { in fromAppFunctionData() method in com.testdata.$StringBaseSerializableFactory
D$UriFactory.KT10 override fun fromAppFunctionData(appFunctionData: AppFunctionData): Uri { in fromAppFunctionData() method in androidx.appfunctions.`internal`.serializableproxies.$UriFactory
D$LongBaseSerializableFactory.KT9 override fun fromAppFunctionData(appFunctionData: AppFunctionData): LongBaseSerializable { in fromAppFunctionData() method in com.testdata.$LongBaseSerializableFactory
D$DerivedSerializableFactory.KT9 override fun fromAppFunctionData(appFunctionData: AppFunctionData): DerivedSerializable { in fromAppFunctionData() method in com.testdata.$DerivedSerializableFactory
D$SetFieldFactory.KT11 override fun fromAppFunctionData(appFunctionData: AppFunctionData): SetField<T> { in fromAppFunctionData() method in com.testdata.$SetFieldFactory
D$LocalDateTimeFactory.KT10 override fun fromAppFunctionData(appFunctionData: AppFunctionData): LocalDateTime { in fromAppFunctionData() method in androidx.appfunctions.`internal`.serializableproxies.$LocalDateTimeFactory
/appfunctions/appfunctions-common/src/androidTest/java/androidx/appfunctions/
DSerializableTestEntities.kt33 override fun fromAppFunctionData(appFunctionData: AppFunctionData): Attachment { in fromAppFunctionData() method in androidx.appfunctions.$AttachmentFactory
46 override fun fromAppFunctionData(appFunctionData: AppFunctionData): Note { in fromAppFunctionData() method in androidx.appfunctions.$NoteFactory
/appfunctions/appfunctions-common/src/main/java/androidx/appfunctions/internal/
DAppFunctionSerializableFactory.kt38 public fun fromAppFunctionData(appFunctionData: AppFunctionData): T in fromAppFunctionData() method
/appfunctions/appfunctions-common/src/main/java/androidx/appfunctions/
DAppFunctionData.kt774 factory.fromAppFunctionData(this) in <lambda>()