Lines Matching refs:MasterSM
201 class MasterSM : public BaseSM { class
203 MasterSM(const std::wstring& path, HANDLE channel, bool dump_to_disk) in MasterSM() function in __anonc1dd2ab80111::MasterSM
206 virtual ~MasterSM() { in ~MasterSM()
253 void MasterSM::OnIOCompleted(MessageLoopForIO::IOContext* context, in OnIOCompleted()
298 bool MasterSM::DoInit() { in DoInit()
328 void MasterSM::SendGetPrevEntry() { in SendGetPrevEntry()
337 void MasterSM::DoGetEntry() { in DoGetEntry()
356 void MasterSM::DoGetKey(int bytes_read) { in DoGetKey()
392 void MasterSM::DoGetUseTimes() { in DoGetUseTimes()
405 void MasterSM::SendGetDataSize() { in SendGetDataSize()
415 void MasterSM::DoGetDataSize() { in DoGetDataSize()
431 void MasterSM::CloseEntry() { in CloseEntry()
440 void MasterSM::SendReadData() { in SendReadData()
461 void MasterSM::DoReadData(int bytes_read) { in DoReadData()
486 void MasterSM::SendQuit() { in SendQuit()
496 void MasterSM::DoEnd() { in DoEnd()
501 void MasterSM::Fail() { in Fail()
801 MasterSM master(output_path, pipe, copy_to_text); in CopyCache()