Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_to_rust.cpp139 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()
Daidl_to_cpp.cpp69 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()
Ddiagnostics.cpp180 if (v.GetType().IsNullable()) return; in CheckExplicitDefault()
241 if (a.IsOut() && a.GetType().IsNullable()) { in Visit()
Daidl_language.cpp343 bool AidlAnnotatable::IsNullable() const { in IsNullable() function in AidlAnnotatable
600 if (IsArray() || IsNullable() || IsUtf8InCpp()) { in CheckValid()
618 if (IsNullable()) { in CheckValid()
670 if (GetType().IsNullable()) { in HasUsefulDefaultValue()
1103 IsNullable()) { in LanguageSpecificCheckValid()
Daidl_to_ndk.cpp396 if (aidl.IsNullable()) { in GetTypeAspect()
406 if (aidl.IsNullable()) { in GetTypeAspect()
Dgenerate_rust.cpp133 if (arg->GetType().IsNullable()) { in GenerateClientMethod()
222 auto resize_name = arg->GetType().IsNullable() ? "resize_nullable_out_vec" : "resize_out_vec"; in GenerateServerTransaction()
Daidl_language.h319 bool IsNullable() const;
Daidl_unittest.cpp343 EXPECT_FALSE(interface->GetMethods()[0]->GetType().IsNullable()); in TEST_P()
353 EXPECT_TRUE(interface->GetMethods()[0]->GetType().IsNullable()); in TEST_P()