Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_to_java.cpp82 if (aidl.IsGeneric()) { in JavaSignatureOf()
117 if (name == "List" && aidl.IsGeneric()) { in IsMarshallingUnsupportedFor()
235 if (c.type.IsGeneric()) { in WriteToParcelFor()
432 if (c.type.IsGeneric()) { in CreateFromParcelFor()
586 if (c.type.IsGeneric()) { in ReadFromParcelFor()
Daidl_language.cpp164 if (IsGeneric()) { in ToString()
196 if (IsGeneric()) { in CheckValid()
406 if (type.IsGeneric()) { in As()
Daidl_to_ndk.cpp244 AIDL_FATAL_IF(aidl.IsGeneric(), aidl) << aidl.ToString(); in GetTypeAspect()
Dtype_namespace.h319 if (type_arg->IsGeneric()) { in CanonicalizeContainerType()
Daidl_language.h227 bool IsGeneric() const { return type_params_ != nullptr; } in IsGeneric() function