Home
last modified time | relevance | path

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

/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/processors/
DAppFunctionInvokerProcessor.kt192 AppFunctionInvokerClass.UnsafeInvokeMethod.APPLICATION_CONTEXT_PARAM_NAME, in <lambda>()
198 AppFunctionInvokerClass.UnsafeInvokeMethod.FUNCTION_ID_PARAM_NAME, in <lambda>()
204 AppFunctionInvokerClass.UnsafeInvokeMethod.PARAMETERS_PARAM_NAME, in <lambda>()
212 return FunSpec.builder(AppFunctionInvokerClass.UnsafeInvokeMethod.METHOD_NAME) in <lambda>()
/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/core/
DIntrospectionHelper.kt114 object UnsafeInvokeMethod { object