Searched refs:IsNullable (Results 1 – 6 of 6) sorted by relevance
67 const bool nullable = raw_type.IsNullable(); in RawParcelMethod()141 if (raw_type.IsNullable() && !AidlTypenames::IsPrimitiveTypename(type.GetName()) && in WrapIfNullable()214 if (type.IsNullable()) { in CppNameOf()273 bool isNullable = raw_type.IsNullable(); in AddHeaders()
366 if (aidl.IsNullable()) { in GetTypeAspect()376 if (aidl.IsNullable()) { in GetTypeAspect()
261 bool AidlAnnotatable::IsNullable() const { in IsNullable() function in AidlAnnotatable490 if (IsArray() || IsNullable() || IsUtf8InCpp()) { in CheckValid()504 if (IsNullable()) { in CheckValid()856 if (lang == Options::Language::NDK && IsArray() && IsNullable()) { in LanguageSpecificCheckValid()
183 return specifier.IsNullable(); in has_usable_nil_type()
356 EXPECT_FALSE(interface->GetMethods()[0]->GetType().IsNullable()); in TEST_P()366 EXPECT_TRUE(interface->GetMethods()[0]->GetType().IsNullable()); in TEST_P()
230 bool IsNullable() const;