Lines Matching refs:Collection

176         typedef llvm::SmallVector<Entry, N> Collection;
215 typename Collection::const_iterator pos, end, prev;
236 typename Collection::iterator pos;
237 typename Collection::iterator end;
238 typename Collection::iterator prev;
255 Collection minimal_ranges;
301 typename Collection::iterator pos, end;
370 typename Collection::const_iterator begin = m_entries.begin();
371 typename Collection::const_iterator end = m_entries.end();
372 typename Collection::const_iterator pos = std::lower_bound (begin, end, entry, BaseLessThan);
397 typename Collection::const_iterator begin = m_entries.begin();
398 typename Collection::const_iterator end = m_entries.end();
399 typename Collection::const_iterator pos = std::lower_bound (begin, end, entry, BaseLessThan);
425 typename Collection::const_iterator begin = m_entries.begin();
426 typename Collection::const_iterator end = m_entries.end();
427 typename Collection::const_iterator pos = std::lower_bound (begin, end, range, BaseLessThan);
446 Collection m_entries;
456 typedef std::vector<Entry> Collection;
495 typename Collection::const_iterator pos, end, prev;
516 typename Collection::iterator pos;
517 typename Collection::iterator end;
518 typename Collection::iterator prev;
535 Collection minimal_ranges;
581 typename Collection::iterator pos, end;
593 Reserve (typename Collection::size_type size)
656 typename Collection::const_iterator begin = m_entries.begin();
657 typename Collection::const_iterator end = m_entries.end();
658 typename Collection::const_iterator pos = std::lower_bound (begin, end, entry, BaseLessThan);
683 typename Collection::const_iterator begin = m_entries.begin();
684 typename Collection::const_iterator end = m_entries.end();
685 typename Collection::const_iterator pos = std::lower_bound (begin, end, entry, BaseLessThan);
711 typename Collection::const_iterator begin = m_entries.begin();
712 typename Collection::const_iterator end = m_entries.end();
713 typename Collection::const_iterator pos = std::lower_bound (begin, end, range, BaseLessThan);
732 Collection m_entries;
800 typedef llvm::SmallVector<Entry, N> Collection;
828 typename Collection::const_iterator pos, end, prev;
846 typename Collection::iterator pos;
847 typename Collection::iterator end;
848 typename Collection::iterator prev;
865 Collection minimal_ranges;
928 typename Collection::const_iterator begin = m_entries.begin();
929 typename Collection::const_iterator end = m_entries.end();
930 typename Collection::const_iterator pos = std::lower_bound (begin, end, entry, BaseLessThan);
957 typename Collection::iterator begin = m_entries.begin();
958 typename Collection::iterator end = m_entries.end();
959 typename Collection::iterator pos = std::lower_bound (begin, end, entry, BaseLessThan);
987 typename Collection::const_iterator begin = m_entries.begin();
988 typename Collection::const_iterator end = m_entries.end();
989 typename Collection::const_iterator pos = std::lower_bound (begin, end, entry, BaseLessThan);
1015 typename Collection::const_iterator begin = m_entries.begin();
1016 typename Collection::const_iterator end = m_entries.end();
1017 typename Collection::const_iterator pos = std::lower_bound (begin, end, range, BaseLessThan);
1052 Collection m_entries;
1062 typedef std::vector<Entry> Collection;
1089 typename Collection::const_iterator pos, end, prev;
1107 typename Collection::iterator pos;
1108 typename Collection::iterator end;
1109 typename Collection::iterator prev;
1126 Collection minimal_ranges;
1149 typename Collection::iterator pos;
1150 typename Collection::iterator end;
1151 typename Collection::iterator next;
1181 Reserve (typename Collection::size_type size)
1228 typename Collection::const_iterator begin = m_entries.begin();
1229 typename Collection::const_iterator end = m_entries.end();
1230 typename Collection::const_iterator pos = std::lower_bound (begin, end, entry, BaseLessThan);
1252 typename Collection::iterator begin = m_entries.begin();
1253 typename Collection::iterator end = m_entries.end();
1254 typename Collection::iterator pos = std::lower_bound (begin, end, entry, BaseLessThan);
1275 typename Collection::const_iterator begin = m_entries.begin();
1276 typename Collection::const_iterator end = m_entries.end();
1277 typename Collection::const_iterator pos = std::lower_bound (begin, end, entry, BaseLessThan);
1296 typename Collection::const_iterator begin = m_entries.begin();
1297 typename Collection::const_iterator end = m_entries.end();
1298 typename Collection::const_iterator pos = std::lower_bound (begin, end, range, BaseLessThan);
1326 Collection m_entries;
1385 typedef llvm::SmallVector<Entry, N> Collection;
1413 typename Collection::const_iterator pos, end, prev;
1474 typename Collection::iterator begin = m_entries.begin();
1475 typename Collection::iterator end = m_entries.end();
1476 typename Collection::iterator pos = std::lower_bound (begin, end, entry, BaseLessThan);
1515 Collection m_entries;