Lines Matching full:finish
66 // minidump.Finish();
84 // - dump.Add(thing) invokes thing->Finish, which tells *thing the
152 // functions call the Finish member function of the object being
153 // added for you; if you are 'Add'ing this section, you needn't Finish it.
154 virtual void Finish(const Label &offset) { in Finish() function
294 element->Finish(file_offset_ + Size()); in Add()
302 // Finish up the contents of this section, mark it as having been
304 virtual void Finish(const Label &offset) { in Finish() function
305 Stream::Finish(offset); in Finish()
326 // The following functions call OBJECT->Finish(), and append the
341 void Finish();