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

  /development/vndk/tools/header-checker/header-abi-diff/src/
abi_diff_wrappers.cpp 36 oldp_->GetSelfType() + newp_->GetSelfType()).second) {
52 oldp_->GetSelfType() + newp_->GetSelfType()).second) {
  /development/vndk/tools/header-checker/header-abi-util/src/
ir_representation.cpp 93 return MergeStatus(false, builtin_it->second.GetSelfType());
97 const std::string &local_type_id = builtin_type->GetSelfType();
129 if (diff_helper.CompareAndDumpTypeDiff(contender_ud->GetSelfType(),
130 ud_type->GetSelfType())
132 local_to_global_type_id_map_->emplace(ud_type->GetSelfType(),
135 contender_ud->GetSelfType()));
136 return MergeStatus(false, contender_ud->GetSelfType());
142 return MergeStatus(true, (*(it->second.begin()))->GetSelfType());
267 local_to_global_type_id_map->emplace(addend_node->GetSelfType(),
379 merge_status = MergeStatus(false, it->second.GetSelfType());
    [all...]
ir_representation_protobuf.cpp 410 type_info->set_self_type(typep->GetSelfType());
    [all...]
  /development/vndk/tools/header-checker/header-abi-util/include/
ir_representation.h 143 const std::string &GetSelfType() const {
804 type_graph->emplace(it.first->second.GetSelfType(), &(it.first->second));
    [all...]
  /development/vndk/tools/header-checker/header-abi-dumper/src/
abi_wrappers.cpp 814 (abi_decl->GetSelfType() == "")) {
    [all...]

Completed in 66 milliseconds