Home
last modified time | relevance | path

Searched refs:Unwind (Results 1 – 3 of 3) sorted by relevance

/development/vndk/tools/header-checker/src/diff/
Dabi_diff_wrappers.cpp28 using repr::Unwind;
82 Unwind(&type_queue), diff_kind); in DumpDiff()
113 Unwind(&type_queue), diff_kind); in DumpDiff()
/development/vndk/tools/header-checker/src/repr/
Dabi_diff_helpers.h70 std::string Unwind(const std::deque<std::string> *type_queue);
Dabi_diff_helpers.cpp26 std::string Unwind(const std::deque<std::string> *type_queue) { in Unwind() function
221 enum_type_diff_ir.get(), Unwind(type_queue), diff_kind))) { in CompareEnumTypes()
624 Unwind(type_queue), diff_kind)) { in CompareRecordTypes()