Searched refs:new_type (Results 1 – 2 of 2) sorted by relevance
234 const auto new_type = found->second; in check_api() local237 const bool new_is_iface = new_type->AsInterface() != nullptr; in check_api()239 AIDL_ERROR(new_type) << "Type mismatch: " << old_type->GetCanonicalName() in check_api()241 << " to " << new_type->GetPreprocessDeclarationName(); in check_api()248 are_compatible_interfaces(*(old_type->AsInterface()), *(new_type->AsInterface())); in check_api()252 CHECK(new_type->AsStructuredParcelable() != nullptr) in check_api()253 << "Parcelable" << new_type->GetCanonicalName() << " is not structured. "; in check_api()255 *(new_type->AsStructuredParcelable())); in check_api()
864 return Kind._combine_children_by_name(self, new_type=type(self))868 def _combine_children_by_name(self, new_type): argument882 kind = new_type(self.name, self.parent)974 return Kind._combine_children_by_name(self, new_type=type(self))