Searched refs:start_itr (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/media/formats/mp4/
H A Dbox_reader.h186 ChildMap::iterator start_itr = children_.lower_bound(child_type); local
188 children->resize(std::distance(start_itr, end_itr));
190 for (ChildMap::iterator itr = start_itr; itr != end_itr; ++itr) {
194 children_.erase(start_itr, end_itr);

Completed in 1494 milliseconds