Searched refs:app_map_t (Results 1 – 2 of 2) sorted by relevance
164 typedef map<string, app_summary> app_map_t; in summary_container() typedef165 app_map_t app_map; in summary_container()174 app_map_t::iterator ait = app_map.find(it->image); in summary_container()187 app_map_t::const_iterator it = app_map.begin(); in summary_container()188 app_map_t::const_iterator const end = app_map.end(); in summary_container()
790 typedef map<string, inverted_profile> app_map_t; typedef794 get_iprofile(app_map_t & app_map, string const & image, size_t nr_classes) in get_iprofile()796 app_map_t::iterator ait = app_map.find(image); in get_iprofile()810 verify_and_fill(app_map_t & app_map, list<inverted_profile> & plist, in verify_and_fill()813 app_map_t::iterator it = app_map.begin(); in verify_and_fill()814 app_map_t::iterator const end = app_map.end(); in verify_and_fill()829 app_map_t app_map; in invert_profiles()