Home
last modified time | relevance | path

Searched refs:map_type (Results 1 – 2 of 2) sorted by relevance

/trunk/main/slideshow/source/engine/
H A Dsp_debug.cxx48 typedef std::map< void const *, std::pair<void *, size_t> > map_type; typedef
50 static map_type & get_map() in get_map()
52 static map_type m; in get_map()
88 static void scan_and_count(void const * area, size_t size, map_type const & m, map2_type & m2) in scan_and_count()
121 static void find_unreachable_objects_impl(map_type const & m, map2_type & m2) in find_unreachable_objects_impl()
128 for(map_type::const_iterator i = m.begin(); i != m.end(); ++i) in find_unreachable_objects_impl()
161 map_type::const_iterator i = m.find(p); in find_unreachable_objects_impl()
184 map_type const & m = get_map(); in find_unreachable_objects()
192 map_type::const_iterator i = m.find(j->first); in find_unreachable_objects()
233 map_type const & m = get_map(); in free_unreachable_objects()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dftools.hxx231 typedef ::std::map< key_type, ref_type > map_type; typedef in ScfRefMap
236 typename map_type::const_iterator aIt = this->find( nKey ); in has()
243 typename map_type::const_iterator aIt = this->find( nKey ); in get()

Completed in 15 milliseconds