Home
last modified time | relevance | path

Searched refs:old_c (Results 1 – 1 of 1) sorted by relevance

/system/tools/aidl/
Daidl_checkapi.cpp150 for (const auto& old_c : older.AsInterface()->GetConstantDeclarations()) { in are_compatible_interfaces() local
151 const auto found = new_constdecls.find(old_c->GetName()); in are_compatible_interfaces()
153 AIDL_ERROR(old_c) << "Removed constant declaration: " << older.GetCanonicalName() << "." in are_compatible_interfaces()
154 << old_c->GetName(); in are_compatible_interfaces()
160 compatible &= are_compatible_types(old_c->GetType(), new_c->GetType()); in are_compatible_interfaces()
162 const string old_value = old_c->ValueString(AidlConstantValueDecorator); in are_compatible_interfaces()
166 << old_c->GetName() << " from " << old_value << " to " << new_value << "."; in are_compatible_interfaces()