Searched refs:old_type (Results 1 – 2 of 2) sorted by relevance
227 for (const auto old_type : old_types) { in check_api() local228 const auto found = new_map.find(old_type->GetCanonicalName()); in check_api()230 AIDL_ERROR(old_type) << "Removed type: " << old_type->GetCanonicalName(); in check_api()236 const bool old_is_iface = old_type->AsInterface() != nullptr; in check_api()239 AIDL_ERROR(new_type) << "Type mismatch: " << old_type->GetCanonicalName() in check_api()240 << " is changed from " << old_type->GetPreprocessDeclarationName() in check_api()248 are_compatible_interfaces(*(old_type->AsInterface()), *(new_type->AsInterface())); in check_api()250 CHECK(old_type->AsStructuredParcelable() != nullptr) in check_api()251 << "Parcelable" << old_type->GetCanonicalName() << " is not structured. "; in check_api()254 compatible &= are_compatible_parcelables(*(old_type->AsStructuredParcelable()), in check_api()
113 string old_type = current_action_->Type(); in ActionComplete() local117 << (actions_.empty() ? "last action " : "") << old_type in ActionComplete()