Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/
Dabi_diff_helpers.cpp263 old_record->GetVTableLayout().GetVTableComponents(); in CompareVTables()
265 new_record->GetVTableLayout().GetVTableComponents(); in CompareVTables()
577 old_type->GetVTableLayout(), new_type->GetVTableLayout())); in CompareRecordTypes()
Dir_representation.h384 const VTableLayoutIR &GetVTableLayout() const { in GetVTableLayout() function
/development/vndk/tools/header-checker/src/repr/json/
Dir_dumper.cpp144 record_ir->GetVTableLayout().GetVTableComponents()) { in AddVTableLayout()
/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_dumper.cpp96 const VTableLayoutIR &vtable_layout_ir = record_ir->GetVTableLayout(); in AddVTableLayout()