Searched refs:mvt_iterator (Results 1 – 3 of 3) sorted by relevance
672 struct mvt_iterator { struct674 mvt_iterator(SimpleValueType VT) : VT(VT) {} in mvt_iterator() argument676 bool operator!=(const mvt_iterator &LHS) const { return VT != LHS.VT; }677 mvt_iterator& operator++() {685 typedef iterator_range<mvt_iterator> mvt_range;
1103 struct mvt_iterator { struct1106 mvt_iterator(SimpleValueType VT) : VT(VT) {} in mvt_iterator() function1109 bool operator!=(const mvt_iterator &LHS) const { return VT != LHS.VT; }1111 mvt_iterator& operator++() {1120 using mvt_range = iterator_range<mvt_iterator>;
1320 struct mvt_iterator { struct1323 mvt_iterator(SimpleValueType VT) : VT(VT) {} in mvt_iterator() argument1326 bool operator!=(const mvt_iterator &LHS) const { return VT != LHS.VT; }1328 mvt_iterator& operator++() {1337 using mvt_range = iterator_range<mvt_iterator>;