Searched refs:CANNOT_BIND_QUERY_PARAMETER_INTO_STMT (Results 1 – 3 of 3) sorted by relevance
34 ProcessorErrors.CANNOT_BIND_QUERY_PARAMETER_INTO_STMT) in process()
112 val CANNOT_BIND_QUERY_PARAMETER_INTO_STMT = "Query method parameters should either be a" + constant
32 import androidx.room.processor.ProcessorErrors.CANNOT_BIND_QUERY_PARAMETER_INTO_STMT194 .failsToCompile().withErrorContaining(CANNOT_BIND_QUERY_PARAMETER_INTO_STMT) in useFromEntity_forQueryParameter()203 .failsToCompile().withErrorContaining(CANNOT_BIND_QUERY_PARAMETER_INTO_STMT) in useFromEntityField_forQueryParameter()