Searched refs:IsNullable (Results 1 – 5 of 5) sorted by relevance
378 if (aidl_type.IsNullable() || aidl_type.IsUtf8InCpp()) { in GetValidatableType()428 if (context.IsNullable()) { in GetValidatableType()436 if (aidl_type.IsNullable()) { in GetValidatableType()
265 if (aidl.IsNullable()) { in GetTypeAspect()273 if (aidl.IsNullable()) { in GetTypeAspect()
115 bool AidlAnnotatable::IsNullable() const { in IsNullable() function in AidlAnnotatable215 if (IsArray() || IsNullable() || IsUtf8InCpp()) { in CheckValid()229 if (IsNullable()) { in CheckValid()
172 bool IsNullable() const;
237 EXPECT_EQ(interface->GetMethods()[0]->GetType().IsNullable(), is_nullable); in TEST_F()