Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/
Dabi_diff_helpers.cpp242 const VTableComponentIR &new_component) { in CompareVTableComponents() argument
244 if (old_component.GetName() != new_component.GetName()) { in CompareVTableComponents()
246 RemoveThunkInfoFromMangledName(new_component.GetName())) { in CompareVTableComponents()
249 << new_component.GetName() << "\n"; in CompareVTableComponents()
254 return old_component.GetValue() == new_component.GetValue() && in CompareVTableComponents()
255 old_component.GetKind() == new_component.GetKind(); in CompareVTableComponents()
Dabi_diff_helpers.h196 const VTableComponentIR &new_component);