Home
last modified time | relevance | path

Searched refs:string_member_function_sptr_map (Results 1 – 6 of 6) sorted by relevance

/third_party/libabigail/src/
Dabg-comp-filter.cc741 for (string_member_function_sptr_map::const_iterator i = in has_virtual_mem_fn_change()
751 string_member_function_sptr_map::const_iterator j = in has_virtual_mem_fn_change()
762 for (string_member_function_sptr_map::const_iterator i = in has_virtual_mem_fn_change()
772 string_member_function_sptr_map::const_iterator j = in has_virtual_mem_fn_change()
868 for (string_member_function_sptr_map::const_iterator i = in has_non_virtual_mem_fn_change()
875 for (string_member_function_sptr_map::const_iterator i = in has_non_virtual_mem_fn_change()
Dabg-comparison-priv.h491 string_member_function_sptr_map deleted_member_functions_;
493 string_member_function_sptr_map inserted_member_functions_;
1380 sort_string_member_function_sptr_map(const string_member_function_sptr_map& map,
Dabg-comparison.cc197 sort_string_member_function_sptr_map(const string_member_function_sptr_map& map, in sort_string_member_function_sptr_map()
201 for (string_member_function_sptr_map::const_iterator i = map.begin(); in sort_string_member_function_sptr_map()
4359 for (string_member_function_sptr_map::const_iterator i = in count_filtered_inserted_mem_fns()
4392 for (string_member_function_sptr_map::const_iterator i = in count_filtered_deleted_mem_fns()
4948 const string_member_function_sptr_map&
4953 const string_member_function_sptr_map&
5156 static string_member_function_sptr_map::const_iterator
5157 find_virtual_dtor_in_map(const string_member_function_sptr_map& map) in find_virtual_dtor_in_map()
5159 for (string_member_function_sptr_map::const_iterator i = map.begin(); in find_virtual_dtor_in_map()
5280 string_member_function_sptr_map::const_iterator j = in ensure_lookup_tables_populated()
[all …]
Dabg-leaf-reporter.cc515 for (string_member_function_sptr_map::const_iterator i = in report()
536 for (string_member_function_sptr_map::const_iterator i = in report()
/third_party/libabigail/include/
Dabg-comparison.h235 typedef unordered_map<string, method_decl_sptr> string_member_function_sptr_map; typedef
1616 const string_member_function_sptr_map&
1619 const string_member_function_sptr_map&
/third_party/libabigail/
DChangeLog21922 (string_member_function_sptr_map): Adjust these typedefs.
38832 (string_member_function_sptr_map): Adjust.