Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/
Dabi_diff_helpers.cpp204 const VTableComponentIR &new_component) { in CompareVTableComponents() argument
206 if (old_component.GetName() != new_component.GetName()) { in CompareVTableComponents()
208 RemoveThunkInfoFromMangledName(new_component.GetName())) { in CompareVTableComponents()
211 << new_component.GetName() << "\n"; in CompareVTableComponents()
216 return old_component.GetValue() == new_component.GetValue() && in CompareVTableComponents()
217 old_component.GetKind() == new_component.GetKind(); in CompareVTableComponents()