Searched refs:CollectionsSizeExprCode (Results 1 – 3 of 3) sorted by relevance
22 import androidx.room.ext.CollectionsSizeExprCode64 val sizeExpr = CollectionsSizeExprCode(inputVarName) in getArgCount()
27 import androidx.room.ext.CollectionsSizeExprCode in <lambda>()80 CollectionsSizeExprCode(PARAM_MAP_VARIABLE) in <lambda>()
714 fun CollectionsSizeExprCode(varName: String) = buildCodeBlock { language -> in CollectionsSizeExprCode() method