Searched refs:mvt_iterator (Results 1 – 1 of 1) sorted by relevance
1103 struct mvt_iterator { struct1106 mvt_iterator(SimpleValueType VT) : VT(VT) {} in mvt_iterator() argument1109 bool operator!=(const mvt_iterator &LHS) const { return VT != LHS.VT; }1111 mvt_iterator& operator++() {1120 using mvt_range = iterator_range<mvt_iterator>;