Searched defs:forward_iterator (Results 1 – 2 of 2) sorted by relevance
115 template <class U> friend class forward_iterator; variable125 TEST_CONSTEXPR_CXX14 forward_iterator() : it_() {} in forward_iterator() function126 explicit TEST_CONSTEXPR_CXX14 forward_iterator(It it) : it_(it) {} in forward_iterator() function128 TEST_CONSTEXPR_CXX14 forward_iterator(const forward_iterator<U>& u) :it_(u.it_) {} in forward_iterator() function
885 interpreter::BytecodeArrayIterator forward_iterator(bytecode_array()); in LivenessIsValid() local