| 1578 | } |
| 1579 | |
| 1580 | GlyphIterator ZepBuffer::End() const { |
| 1581 | return GlyphIterator(this, std::max(0l, long(m_workingBuffer.size() - 1))); |
| 1582 | } |
| 1583 | |
| 1584 | GlyphIterator ZepBuffer::Begin() const { |
| 1585 | return GlyphIterator(this); |
no test coverage detected