Searched refs:lastSpanBegin (Results 1 – 1 of 1) sorted by relevance
246 SegmentIterator lastSpanBegin = m_segments.data() + m_spans.last().segmentIndex; in canCoalesce() local250 if (lastSpanEnd - lastSpanBegin != end - begin) in canCoalesce()254 if (!std::equal(begin, end, lastSpanBegin)) in canCoalesce()