Home
last modified time | relevance | path

Searched refs:IsNullable (Results 1 – 6 of 6) sorted by relevance

/system/tools/aidl/
Daidl_to_cpp.cpp67 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()
Daidl_to_ndk.cpp366 if (aidl.IsNullable()) { in GetTypeAspect()
376 if (aidl.IsNullable()) { in GetTypeAspect()
Daidl_language.cpp261 bool AidlAnnotatable::IsNullable() const { in IsNullable() function in AidlAnnotatable
490 if (IsArray() || IsNullable() || IsUtf8InCpp()) { in CheckValid()
504 if (IsNullable()) { in CheckValid()
856 if (lang == Options::Language::NDK && IsArray() && IsNullable()) { in LanguageSpecificCheckValid()
Daidl_checkapi.cpp183 return specifier.IsNullable(); in has_usable_nil_type()
Daidl_unittest.cpp356 EXPECT_FALSE(interface->GetMethods()[0]->GetType().IsNullable()); in TEST_P()
366 EXPECT_TRUE(interface->GetMethods()[0]->GetType().IsNullable()); in TEST_P()
Daidl_language.h230 bool IsNullable() const;