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

  /development/vndk/tools/header-checker/header-abi-util/include/
ir_representation.h 1107 class TypeDiffIR {
1109 TypeDiffIR(std::pair<uint64_t, uint64_t> &&sizes,
1216 void SetTypeDiff(std::unique_ptr<TypeDiffIR> &&type_diff) {
1235 const TypeDiffIR *GetTypeDiff() const {
1249 std::unique_ptr<TypeDiffIR> type_diff_
    [all...]
ir_representation_protobuf.h 244 const TypeDiffIR *type_diff_ir);
  /development/vndk/tools/header-checker/header-abi-util/src/
ir_representation_protobuf.cpp 731 const TypeDiffIR *type_diff_ir) {
841 const TypeDiffIR *type_diff_ir = record_type_diff_ir->GetTypeDiff();
    [all...]
abi_diff_helpers.cpp 531 std::make_unique<abi_util::TypeDiffIR>(

Completed in 162 milliseconds