Searched defs:end_itr (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/mp4/
H A Dbox_reader.h179 ChildMap::iterator end_itr = children_.upper_bound(child_type); local
180 children->resize(std::distance(start_itr, end_itr));
182 for (ChildMap::iterator itr = start_itr; itr != end_itr; ++itr) {
186 children_.erase(start_itr, end_itr);
/external/llvm/include/llvm/Support/
H A DFileSystem.h923 static const directory_iterator end_itr; local
933 if (State->Stack.top() != end_itr) {
942 && State->Stack.top().increment(ec) == end_itr) {
970 static const directory_iterator end_itr; local
978 && State->Stack.top().increment(ec) == end_itr);

Completed in 926 milliseconds