Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/diff/
Dabi_diff_wrappers.cpp76 ReplaceTypeIdsWithTypeNames(old_types_, &old_global_var); in DumpDiff()
77 ReplaceTypeIdsWithTypeNames(new_types_, &new_global_var); in DumpDiff()
108 ReplaceTypeIdsWithTypeNames(old_types_, &old_function); in DumpDiff()
109 ReplaceTypeIdsWithTypeNames(new_types_, &new_function); in DumpDiff()
Dabi_diff.cpp357 ReplaceTypeIdsWithTypeNames(types_map, &element_copy); in DumpLoneElements()
/development/vndk/tools/header-checker/src/repr/
Dabi_diff_helpers.h218 void ReplaceTypeIdsWithTypeNames(
Dabi_diff_helpers.cpp134 void ReplaceTypeIdsWithTypeNames( in ReplaceTypeIdsWithTypeNames() function