Home
last modified time | relevance | path

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

/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/processors/
DAppFunctionSerializableFactoryCodeBuilder.kt485 "getter_name" to getAppFunctionDataGetterName(afType), in <lambda>()
513 "getter_name" to getAppFunctionDataGetterName(afType), in <lambda>()
558 "getter_name" to getAppFunctionDataGetterName(afType), in <lambda>()
762 private fun getAppFunctionDataGetterName(afType: AppFunctionTypeReference): String { in <lambda>() method