Searched refs:new_types (Results 1 – 2 of 2) sorted by relevance
237 const AidlTypenames& new_types) { in are_compatible_parcelables() argument274 auto enum_decl = new_types.GetEnumDeclaration(new_field->GetType()); in are_compatible_parcelables()306 if (const auto& enum_decl = new_types.GetEnumDeclaration(new_field->GetType()); in are_compatible_parcelables()444 std::vector<const AidlDefinedType*> new_types = in check_api() local454 for (const auto new_type : new_types) { in check_api()465 for (const auto t : new_types) { in check_api()
259 new_types = pub_types & (all_types - old_all_types)263 logging.info('new types: %s' % new_types)289 for new_type in new_types: