Home | History | Annotate | Download | only in source

Lines Matching refs:Flush

72   // which is done by a call to Flush(). A new row is available when the
83 // where the table will be written when calling Flush().
90 void Flush();
165 file_->Flush();
221 void LogTable::Flush() {
331 Flush(); // Write any remaining rows
419 tables_[table_name]->Flush();
427 void DataLogImpl::Flush() {
430 it->second->Flush();
442 Flush();
449 // Call Stop() repeatedly, waiting for the Flush() call in Process() to