Searched refs:simpleFunctionNullableLong (Results 1 – 2 of 2) sorted by relevance
30 fun simpleFunctionNullableLong(appFunctionContext: AppFunctionContext, longParam: Long?) {} in simpleFunctionNullableLong() method in com.testdata.AllPrimitiveInputFunctions
102 .simpleFunctionNullableLong(appFunctionContext, parameters["longParam"] as kotlin.Long?) in unsafeInvoke()