Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_to_cpp.cpp155 if (raw_type.IsHeapNullable()) { in WrapIfNullable()
234 if (type.IsHeapNullable()) { in CppNameOf()
Daidl_to_ndk.cpp182 info = WrapNullableType(info, aidl.IsHeapNullable()); in GetTypeInfo()
187 AIDL_FATAL_IF(aidl.IsHeapNullable(), aidl) << "Array/List can't be @nullable(heap=true)"; in GetTypeInfo()
Dparser.cpp157 if (!ref.IsArray() && !ref.IsHeapNullable()) { in CheckNoRecursiveDefinition()
Daidl_to_rust.cpp266 if (type.IsHeapNullable()) { in RustNameOf()
Daidl_language.cpp441 bool AidlAnnotatable::IsHeapNullable() const { in IsHeapNullable() function in AidlAnnotatable
825 if (IsHeapNullable()) { in CheckValid()
Daidl_language.h350 bool IsHeapNullable() const;