Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/
Dir_diff_representation.h69 class TypeDiffIR {
71 TypeDiffIR(std::pair<uint64_t, uint64_t> &&sizes, in TypeDiffIR() function
180 void SetTypeDiff(std::unique_ptr<TypeDiffIR> &&type_diff) { in SetTypeDiff()
199 const TypeDiffIR *GetTypeDiff() const { in GetTypeDiff()
213 std::unique_ptr<TypeDiffIR> type_diff_;
Dabi_diff_helpers.cpp568 std::make_unique<TypeDiffIR>( in CompareRecordTypes()
/development/vndk/tools/header-checker/src/repr/protobuf/
Dconverter.cpp31 const TypeDiffIR *type_diff_ir) { in AddTypeInfoDiff()
141 const TypeDiffIR *type_diff_ir = record_type_diff_ir->GetTypeDiff(); in ConvertRecordTypeDiffIR()
Dconverter.h267 const TypeDiffIR *type_diff_ir);