Lines Matching defs:Collection

194         typedef llvm::SmallVector<Entry, N> Collection;
228 typename Collection::const_iterator pos, end, prev;
250 typename Collection::iterator pos;
251 typename Collection::iterator end;
252 typename Collection::iterator prev;
269 Collection minimal_ranges;
314 typename Collection::iterator pos, end;
377 typename Collection::const_iterator begin = m_entries.begin();
378 typename Collection::const_iterator end = m_entries.end();
379 typename Collection::const_iterator pos = std::lower_bound (begin, end, entry, BaseLessThan);
404 typename Collection::const_iterator begin = m_entries.begin();
405 typename Collection::const_iterator end = m_entries.end();
406 typename Collection::const_iterator pos = std::lower_bound (begin, end, entry, BaseLessThan);
432 typename Collection::const_iterator begin = m_entries.begin();
433 typename Collection::const_iterator end = m_entries.end();
434 typename Collection::const_iterator pos = std::lower_bound (begin, end, range, BaseLessThan);
453 Collection m_entries;
463 typedef std::vector<Entry> Collection;
497 typename Collection::const_iterator pos, end, prev;
519 typename Collection::iterator pos;
520 typename Collection::iterator end;
521 typename Collection::iterator prev;
538 Collection minimal_ranges;
583 typename Collection::iterator pos, end;
595 Reserve (typename Collection::size_type size)
652 typename Collection::const_iterator begin = m_entries.begin();
653 typename Collection::const_iterator end = m_entries.end();
654 typename Collection::const_iterator pos = std::lower_bound (begin, end, entry, BaseLessThan);
679 typename Collection::const_iterator begin = m_entries.begin();
680 typename Collection::const_iterator end = m_entries.end();
681 typename Collection::const_iterator pos = std::lower_bound (begin, end, entry, BaseLessThan);
707 typename Collection::const_iterator begin = m_entries.begin();
708 typename Collection::const_iterator end = m_entries.end();
709 typename Collection::const_iterator pos = std::lower_bound (begin, end, range, BaseLessThan);
728 Collection m_entries;
796 typedef llvm::SmallVector<Entry, N> Collection;
819 typename Collection::const_iterator pos, end, prev;
837 typename Collection::iterator pos;
838 typename Collection::iterator end;
839 typename Collection::iterator prev;
856 Collection minimal_ranges;
917 typename Collection::const_iterator begin = m_entries.begin();
918 typename Collection::const_iterator end = m_entries.end();
919 typename Collection::const_iterator pos = std::lower_bound (begin, end, entry, BaseLessThan);
946 typename Collection::iterator begin = m_entries.begin();
947 typename Collection::iterator end = m_entries.end();
948 typename Collection::iterator pos = std::lower_bound (begin, end, entry, BaseLessThan);
977 typename Collection::const_iterator begin = m_entries.begin();
978 typename Collection::const_iterator end = m_entries.end();
979 typename Collection::const_iterator pos = std::lower_bound (begin, end, entry, BaseLessThan);
1005 typename Collection::const_iterator begin = m_entries.begin();
1006 typename Collection::const_iterator end = m_entries.end();
1007 typename Collection::const_iterator pos = std::lower_bound (begin, end, range, BaseLessThan);
1038 Collection m_entries;
1048 typedef std::vector<Entry> Collection;
1071 typename Collection::const_iterator pos, end, prev;
1089 typename Collection::iterator pos;
1090 typename Collection::iterator end;
1091 typename Collection::iterator prev;
1108 Collection minimal_ranges;
1131 typename Collection::iterator pos;
1132 typename Collection::iterator end;
1133 typename Collection::iterator next;
1162 Reserve (typename Collection::size_type size)
1207 typename Collection::const_iterator begin = m_entries.begin();
1208 typename Collection::const_iterator end = m_entries.end();
1209 typename Collection::const_iterator pos = std::lower_bound (begin, end, entry, BaseLessThan);
1229 typename Collection::const_iterator pos;
1250 typename Collection::iterator begin = m_entries.begin();
1251 typename Collection::iterator end = m_entries.end();
1252 typename Collection::iterator pos = std::lower_bound (begin, end, entry, BaseLessThan);
1274 typename Collection::const_iterator begin = m_entries.begin();
1275 typename Collection::const_iterator end = m_entries.end();
1276 typename Collection::const_iterator pos = std::lower_bound (begin, end, entry, BaseLessThan);
1295 typename Collection::const_iterator begin = m_entries.begin();
1296 typename Collection::const_iterator end = m_entries.end();
1297 typename Collection::const_iterator pos = std::lower_bound (begin, end, range, BaseLessThan);
1321 Collection m_entries;
1378 typedef llvm::SmallVector<Entry, N> Collection;
1401 typename Collection::const_iterator pos, end, prev;
1460 typename Collection::iterator begin = m_entries.begin();
1461 typename Collection::iterator end = m_entries.end();
1462 typename Collection::iterator pos = std::lower_bound (begin, end, entry, BaseLessThan);
1497 Collection m_entries;