Lines Matching refs:app_map
794 get_iprofile(app_map_t & app_map, string const & image, size_t nr_classes)
796 app_map_t::iterator ait = app_map.find(image);
797 if (ait != app_map.end())
803 app_map[image] = ip;
804 return app_map[image];
810 verify_and_fill(app_map_t & app_map, list<inverted_profile> & plist,
813 app_map_t::iterator it = app_map.begin();
814 app_map_t::iterator const end = app_map.end();
829 app_map_t app_map;
844 inverted_profile & ip = get_iprofile(app_map,
855 inverted_profile & ip = get_iprofile(app_map,
865 verify_and_fill(app_map, inverted_list, classes.extra_found_images);