Searched refs:annotatedAppFunctions (Results 1 – 3 of 3) sorted by relevance
164 annotatedAppFunctions: AnnotatedAppFunctions in <lambda>()167 annotatedAppFunctions.appFunctionDeclarations.map { function -> in <lambda>()168 annotatedAppFunctions.getAppFunctionIdentifier(function) in <lambda>()189 private fun buildUnsafeInvokeFunction(annotatedAppFunctions: AnnotatedAppFunctions): FunSpec { in <lambda>()223 for (appFunction in annotatedAppFunctions.appFunctionDeclarations) { in <lambda>()225 annotatedAppFunctions, in <lambda>()262 annotatedAppFunctions: AnnotatedAppFunctions, in <lambda>()271 "function_id" to annotatedAppFunctions.getAppFunctionIdentifier(appFunction), in <lambda>()273 "enclosing_class" to annotatedAppFunctions.getEnclosingClassName(), in <lambda>()
77 val annotatedAppFunctions = in <lambda>() constant80 annotatedAppFunctions.flatMap { annotatedAppFunction -> in <lambda>()
73 val annotatedAppFunctions = appFunctionSymbolResolver.resolveAnnotatedAppFunctions() in shouldDeferAllProcessing() constant74 for (annotatedAppFunction in annotatedAppFunctions) { in shouldDeferAllProcessing()79 return annotatedAppFunctions.flatMap(AnnotatedAppFunctions::getAllAnnotated) in shouldDeferAllProcessing()