Searched refs:contained_type (Results 1 – 2 of 2) sorted by relevance
273 const string& contained_type = c.type.GetTypeParameters().at(0)->GetName(); in WriteToParcelFor() local274 if (contained_type == "String") { in WriteToParcelFor()276 } else if (contained_type == "IBinder") { in WriteToParcelFor()278 } else if (c.typenames.IsParcelable(contained_type)) { in WriteToParcelFor()281 AIDL_FATAL(c.type) << "write: NOT IMPLEMENTED for " << contained_type; in WriteToParcelFor()497 const string& contained_type = c.type.GetTypeParameters().at(0)->GetName(); in CreateFromParcelFor() local498 if (contained_type == "String") { in CreateFromParcelFor()500 } else if (contained_type == "IBinder") { in CreateFromParcelFor()502 } else if (c.typenames.IsParcelable(contained_type)) { in CreateFromParcelFor()507 AIDL_FATAL(c.type) << "create: NOT IMPLEMENTED for " << contained_type; in CreateFromParcelFor()[all …]
540 const AidlTypeSpecifier& contained_type = *GetTypeParameters()[0]; in CheckValid() local541 if (contained_type.IsArray()) { in CheckValid()547 const string& contained_type_name = contained_type.GetName(); in CheckValid()557 if (typenames.GetInterface(contained_type)) { in CheckValid()1125 const AidlTypeSpecifier& contained_type = *GetTypeParameters()[0]; in LanguageSpecificCheckValid() local1126 const string& contained_type_name = contained_type.GetName(); in LanguageSpecificCheckValid()1127 if (typenames.GetInterface(contained_type)) { in LanguageSpecificCheckValid()