Searched defs:extract (Results 1 – 2 of 2) sorted by relevance
82 node_type extract(const_iterator pos) { return map_.extract(pos); } in extract() function83 node_type extract(const key_type& k) { return map_.extract(k); } in extract() function
3419 TimingLogger::ScopedTiming extract("ProcessDexFile", timings_); in LayoutDexFile() local