Searched refs:IsNullable (Results 1 – 8 of 8) sorted by relevance
139 if (type.IsNullable()) { in ConstantValueDecorator()147 if (type.IsNullable()) { in ConstantValueDecoratorRef()165 if (type.IsNullable() && rust_name == "String") { in RustNameOf()186 if (type.IsNullable() || in RustNameOf()225 if (arg.GetType().IsNullable()) { in ArgumentReferenceMode()237 if (arg.GetType().IsNullable()) { in ArgumentReferenceMode()280 if (type.IsNullable()) { in TypeHasDefault()
69 const bool nullable = type.IsNullable(); in RawParcelMethod()148 if (raw_type.IsNullable() && !AidlTypenames::IsPrimitiveTypename(type.GetName()) && in WrapIfNullable()222 if (type.IsNullable()) { in CppNameOf()289 bool isNullable = type.IsNullable(); in AddHeaders()
180 if (v.GetType().IsNullable()) return; in CheckExplicitDefault()241 if (a.IsOut() && a.GetType().IsNullable()) { in Visit()
343 bool AidlAnnotatable::IsNullable() const { in IsNullable() function in AidlAnnotatable600 if (IsArray() || IsNullable() || IsUtf8InCpp()) { in CheckValid()618 if (IsNullable()) { in CheckValid()670 if (GetType().IsNullable()) { in HasUsefulDefaultValue()1103 IsNullable()) { in LanguageSpecificCheckValid()
396 if (aidl.IsNullable()) { in GetTypeAspect()406 if (aidl.IsNullable()) { in GetTypeAspect()
133 if (arg->GetType().IsNullable()) { in GenerateClientMethod()222 auto resize_name = arg->GetType().IsNullable() ? "resize_nullable_out_vec" : "resize_out_vec"; in GenerateServerTransaction()
319 bool IsNullable() const;
343 EXPECT_FALSE(interface->GetMethods()[0]->GetType().IsNullable()); in TEST_P()353 EXPECT_TRUE(interface->GetMethods()[0]->GetType().IsNullable()); in TEST_P()