Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/
Dir_diff_representation.h88 class VTableLayoutDiffIR {
90 VTableLayoutDiffIR(const VTableLayoutIR &old_layout, in VTableLayoutDiffIR() function
176 void SetVTableLayoutDiff(std::unique_ptr<VTableLayoutDiffIR> &&vtable_diffs) { in SetVTableLayoutDiff()
203 const VTableLayoutDiffIR *GetVTableLayoutDiff() const { in GetVTableLayoutDiff()
214 std::unique_ptr<VTableLayoutDiffIR> vtable_diffs_;
Dabi_diff_helpers.cpp576 std::make_unique<VTableLayoutDiffIR>( in CompareRecordTypes()
/development/vndk/tools/header-checker/src/repr/protobuf/
Dconverter.cpp52 const VTableLayoutDiffIR *vtable_layout_diff_ir) { in AddVTableLayoutDiff()
152 const VTableLayoutDiffIR *vtable_layout_diff_ir = in ConvertRecordTypeDiffIR()
Dconverter.h268 const VTableLayoutDiffIR *vtable_layout_diff_ir);