Lines Matching defs:GOFFOstream
66 // The GOFFOstream is responsible to write the data into the fixed physical
70 // a physical record are written automatically. In principle, the GOFFOstream
73 class GOFFOstream : public raw_ostream {
122 explicit GOFFOstream(raw_pwrite_stream &OS)
127 ~GOFFOstream() { finalize(); }
145 void GOFFOstream::writeRecordPrefix(raw_ostream &OS, GOFF::RecordType Type,
155 void GOFFOstream::newRecord(GOFF::RecordType Type, size_t Size) {
171 void GOFFOstream::fillRecord() {
191 // The GOFFOstream implementation ensures that flush() is called before a new
194 void GOFFOstream::write_impl(const char *Ptr, size_t Size) {
224 GOFFOstream OS;