Home
last modified time | relevance | path

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

/glogg/src/data/ !
H A Dlogdata.cpp459 QByteArray blob = attached_file_->read( end_byte - first_byte ); in doGetLines() local
468 QByteArray this_line = blob.mid( beginning, end - beginning ); in doGetLines()
500 QByteArray blob = attached_file_->read( end_byte - first_byte ); in doGetExpandedLines() local
511 QByteArray this_line = blob.mid( beginning, end - beginning ); in doGetExpandedLines()
/glogg/glogg/src/data/ !
H A Dlogdata.cpp