Home
last modified time | relevance | path

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

/system/tools/aidl/
Dtype_namespace.h378 if (aidl_type.IsNullable() || aidl_type.IsUtf8InCpp()) { in GetValidatableType()
428 if (context.IsNullable()) { in GetValidatableType()
436 if (aidl_type.IsNullable()) { in GetValidatableType()
Daidl_to_ndk.cpp265 if (aidl.IsNullable()) { in GetTypeAspect()
273 if (aidl.IsNullable()) { in GetTypeAspect()
Daidl_language.cpp115 bool AidlAnnotatable::IsNullable() const { in IsNullable() function in AidlAnnotatable
215 if (IsArray() || IsNullable() || IsUtf8InCpp()) { in CheckValid()
229 if (IsNullable()) { in CheckValid()
Daidl_language.h172 bool IsNullable() const;
Daidl_unittest.cpp237 EXPECT_EQ(interface->GetMethods()[0]->GetType().IsNullable(), is_nullable); in TEST_F()