HomeSort by relevance Sort by last modified time
    Searched refs:type_diff_ir (Results 1 - 2 of 2) sorted by null

  /development/vndk/tools/header-checker/src/repr/protobuf/
converter.cpp 31 const TypeDiffIR *type_diff_ir) {
39 const std::pair<uint64_t, uint64_t> &sizes = type_diff_ir->GetSizes();
41 type_diff_ir->GetAlignments();
141 const TypeDiffIR *type_diff_ir = record_type_diff_ir->GetTypeDiff(); local
143 if (type_diff_ir != nullptr) {
146 if (!AddTypeInfoDiff(type_info_diff, type_diff_ir)) {
converter.h 267 const TypeDiffIR *type_diff_ir);

Completed in 50 milliseconds