Home
last modified time | relevance | path

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

/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/core/
DAnnotatedAppFunctions.kt293 type = appFunctionTypeReference.toAppFunctionDataType(), in <lambda>()
636 private fun AppFunctionTypeReference.toAppFunctionDataType(): Int { in <lambda>() method in androidx.appfunctions.compiler.core.AnnotatedAppFunctions