Searched refs:IteratorTy (Results 1 – 2 of 2) sorted by relevance
31 typedef DeclsTy::iterator IteratorTy; typedef33 IteratorTy ir;42 IteratorTy getIterator() const { return ir; } in getIterator()47 typedef std::iterator_traits<IteratorTy>::difference_type difference_type;51 typedef std::iterator_traits<IteratorTy>::iterator_category iterator_category;
272 template<class IteratorTy>273 inline void array_pod_sort(IteratorTy Start, IteratorTy End) { in array_pod_sort()280 template<class IteratorTy>281 inline void array_pod_sort(IteratorTy Start, IteratorTy End, in array_pod_sort()