Home
last modified time | relevance | path

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

/room/room-compiler/src/main/kotlin/androidx/room/ext/
Dxpoet_ext.kt466 val argsFormatString = argFormat.joinToString(separator = ", ") in InvokeWithLambdaParameter() constant
468 "%L($argsFormatString, (%L) -> {\n", in InvokeWithLambdaParameter()
519 val argsFormatString = argFormat.joinToString(separator = ", ") in InvokeWithLambdaParameter() constant
522 "%L($argsFormatString) { %L ->\n", in InvokeWithLambdaParameter()
529 "%L($argsFormatString) {\n", in InvokeWithLambdaParameter()