Home | History | Annotate | Download | only in gdbsupport

Lines Matching refs:ranges

1 /* A range adapter that wraps multiple ranges
22 /* A range adapter that presents a number of ranges as if it were a
33 iterator (const std::vector<Range> &ranges, size_t idx)
35 m_ranges (ranges)
73 /* Skip empty sub-ranges. If this finds a valid sub-range,
90 /* The current iterator into one of the vector ranges. If no
94 /* Vector of ranges. */
100 range_chain (T &&ranges)
101 : m_ranges (std::forward<T> (ranges))
117 /* The sub-ranges. */