Searched refs:new_types (Results 1 – 2 of 2) sorted by relevance
242 const AidlTypenames& new_types) { in are_compatible_parcelables() argument279 auto enum_decl = new_types.GetEnumDeclaration(new_field->GetType()); in are_compatible_parcelables()313 if (const auto& enum_decl = new_types.GetEnumDeclaration(new_field->GetType()); in are_compatible_parcelables()447 std::vector<const AidlDefinedType*> new_types = in check_api() local457 for (const auto new_type : new_types) { in check_api()468 for (const auto t : new_types) { in check_api()
407 new_types = pub_types & (all_types - old_all_types)411 logging.info('new types: %s' % new_types)437 for new_type in new_types: