Searched defs:nullableType (Results 1 – 5 of 5) sorted by relevance
30 @NullableType String nullableType, in CheckerFrameworkNullable()
46 @NullableType String nullableType, in create()
156 DeclaredType nullableType = MoreTypes.asDeclared(nullableElement.asType()); in process() local
49 Type nullableType = GenericsChecks.JSPECIFY_NULLABLE_TYPE_SUPPLIER.get(state); in visitParameterizedType() local
266 @Test fun nullableType() { in nullableType() method in com.squareup.kotlinpoet.CodeBlockTest