Searched refs:nullable (Results 1 – 4 of 4) sorted by relevance
81 @nullable int[] RepeatNullableIntArray(in @nullable int[] input); in RepeatNullableIntArray()82 @nullable String RepeatNullableString(in @nullable String input); in RepeatNullableString()83 @nullable List<String> RepeatNullableStringList(in @nullable List<String> input); in RepeatNullableStringList()84 @nullable SimpleParcelable RepeatNullableParcelable(in @nullable SimpleParcelable input); in RepeatNullableParcelable()88 @nullable @utf8InCpp String RepeatNullableUtf8CppString( in RepeatNullableUtf8CppString()89 @nullable @utf8InCpp String token); in RepeatNullableUtf8CppString()94 @nullable @utf8InCpp List<String> ReverseUtf8CppStringList( in ReverseUtf8CppStringList()95 in @nullable @utf8InCpp List<String> input, in ReverseUtf8CppStringList()96 out @nullable @utf8InCpp List<String> repeated); in ReverseUtf8CppStringList()
141 understand nullable annotations.147 void ReadStrings(String neverNull, in @nullable String maybeNull);163 back the caller. Parameters marked with @nullable are passed by pointer,166 with the @nullable annotation.
75 @nullable { return yy::parser::token::ANNOTATION_NULLABLE; }
108 PrimitiveType* nullable = in PrimitiveArrayType() local115 read_method, write_method, nullable); in PrimitiveArrayType()