Searched refs:IsGeneric (Results 1 – 5 of 5) sorted by relevance
82 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()
164 if (IsGeneric()) { in ToString()196 if (IsGeneric()) { in CheckValid()406 if (type.IsGeneric()) { in As()
244 AIDL_FATAL_IF(aidl.IsGeneric(), aidl) << aidl.ToString(); in GetTypeAspect()
319 if (type_arg->IsGeneric()) { in CanonicalizeContainerType()
227 bool IsGeneric() const { return type_params_ != nullptr; } in IsGeneric() function