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

  /development/vndk/tools/header-checker/header-abi-diff/src/
abi_diff.cpp 107 std::map<std::string, const T*> old_elements_map; local
109 AddToMap(&old_elements_map, old_srcs);
112 if (!PopulateRemovedElements(elements_removed, old_elements_map,
115 old_elements_map, ignored_symbols) ||
116 !PopulateCommonElements(elements_diff, old_elements_map,
133 const std::map<std::string, const T*> &old_elements_map,
138 for (auto &&map_element : old_elements_map) {
156 const std::map<std::string, const T *> &old_elements_map,
161 old_elements_map.begin();
164 while (old_element != old_elements_map.end() &
    [all...]
abi_diff.h 65 const std::map<std::string, const T *> &old_elements_map,
72 const std::map<std::string, const T *> &old_elements_map,

Completed in 200 milliseconds