Home
last modified time | relevance | path

Searched refs:end_byte (Results 1 – 2 of 2) sorted by relevance

/glogg/src/data/
H A Dlogdata.cpp397 const qint64 end_byte = endOfLinePosition( line ); in doGetLineString() local
401 QString string = codec_->toUnicode( attached_file_->read( end_byte - first_byte ) ); in doGetLineString()
417 const qint64 end_byte = endOfLinePosition( line ); in doGetExpandedLineString() local
422 QByteArray rawString = attached_file_->read( end_byte - first_byte ); in doGetExpandedLineString()
456 const qint64 end_byte = endOfLinePosition( last_line ); in doGetLines() local
459 QByteArray blob = attached_file_->read( end_byte - first_byte ); in doGetLines()
496 const qint64 end_byte = endOfLinePosition( last_line ); in doGetExpandedLines() local
497 …G(logDEBUG) << "LogData::doGetExpandedLines first_byte:" << first_byte << " end_byte:" << end_byte; in doGetExpandedLines()
500 QByteArray blob = attached_file_->read( end_byte - first_byte ); in doGetExpandedLines()
/glogg/glogg/src/data/
H A Dlogdata.cpp