Lines Matching refs:VectorTy
59 typedef std::vector<std::pair<KeyT, ValueT> > VectorTy;61 VectorTy Vector;64 typedef typename VectorTy::iterator iterator;65 typedef typename VectorTy::const_iterator const_iterator;79 for (typename VectorTy::const_iterator I = Vector.begin(),