Searched refs:Values2 (Results 1 – 5 of 5) sorted by relevance
349 ) -> Option<Values2<T>> { in remove_many()1298 ) -> Result<Option<Values2<T>>, MatchesError> { in try_remove_many()1306 let values = Values2 { in try_remove_many()1489 pub struct Values2<T> { struct1495 impl<T> Iterator for Values2<T> { argument1506 impl<T> DoubleEndedIterator for Values2<T> { implementation1512 impl<T> ExactSizeIterator for Values2<T> {} implementation1515 impl<T> Default for Values2<T> { implementation1518 Values2 { in default()
150 template<unsigned ...Values2>151 struct Inner<tuple<unsigned_pair<Values1, Values2>...>> {
61 void setVectors(ArrayRef<PtrT> Values1, ArrayRef<PtrT> Values2) { in setVectors() argument65 appendValues(V2, Values2); in setVectors()
9698 auto &Values2 = LoopDispositions[S]; in getLoopDisposition() local9699 for (auto &V : make_range(Values2.rbegin(), Values2.rend())) { in getLoopDisposition()9801 auto &Values2 = BlockDispositions[S]; in getBlockDisposition() local9802 for (auto &V : make_range(Values2.rbegin(), Values2.rend())) { in getBlockDisposition()
11716 auto &Values2 = LoopDispositions[S]; in getLoopDisposition() local11717 for (auto &V : make_range(Values2.rbegin(), Values2.rend())) { in getLoopDisposition()11823 auto &Values2 = BlockDispositions[S]; in getBlockDisposition() local11824 for (auto &V : make_range(Values2.rbegin(), Values2.rend())) { in getBlockDisposition()