Lines Matching refs:vector
28 #include <vector>
34 const T *to_ptr(typename std::vector<T>::const_iterator it)
40 T *to_ptr(typename std::vector<T>::iterator it)
46 typename std::vector<T>::const_iterator to_iterator(T const *ptr,
47 typename std::vector<T>
50 typedef typename std::vector<T>::const_iterator It;
57 typename std::vector<T>::iterator to_iterator(T *ptr,
58 typename std::vector<T>::iterator
61 typedef typename std::vector<T>::iterator It;
71 typedef typename std::vector<T>::const_iterator const_iterator;
72 typedef typename std::vector<T>::iterator iterator;
89 typename std::vector<T>::const_iterator begin;
96 typedef typename std::vector<T>::const_iterator const_iterator;
97 typedef typename std::vector<T>::iterator iterator;