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.h91 class VTableLayoutDiffIR {
93 VTableLayoutDiffIR(const VTableLayoutIR &old_layout, in VTableLayoutDiffIR() function
179 void SetVTableLayoutDiff(std::unique_ptr<VTableLayoutDiffIR> &&vtable_diffs) { in SetVTableLayoutDiff()
206 const VTableLayoutDiffIR *GetVTableLayoutDiff() const { in GetVTableLayoutDiff()
221 std::unique_ptr<VTableLayoutDiffIR> vtable_diffs_;
Dabi_diff_helpers.cpp661 std::make_unique<VTableLayoutDiffIR>( in CompareRecordTypes()
/development/vndk/tools/header-checker/src/repr/protobuf/
Dconverter.cpp52 const VTableLayoutDiffIR *vtable_layout_diff_ir) { in AddVTableLayoutDiff()
153 const VTableLayoutDiffIR *vtable_layout_diff_ir = in ConvertRecordTypeDiffIR()
Dconverter.h283 const VTableLayoutDiffIR *vtable_layout_diff_ir);