Searched refs:CheckConsistencyCommand (Results 1 – 3 of 3) sorted by relevance
75 CheckConsistencyCommand::Help(ret); in PrintHelp()
470 class CheckConsistencyCommand : public LDBCommand {474 CheckConsistencyCommand(const std::vector<std::string>& params,
250 } else if (parsed_params.cmd == CheckConsistencyCommand::Name()) { in SelectCommand()251 return new CheckConsistencyCommand(parsed_params.cmd_params, in SelectCommand()2837 CheckConsistencyCommand::CheckConsistencyCommand( in CheckConsistencyCommand() function in ROCKSDB_NAMESPACE::CheckConsistencyCommand2843 void CheckConsistencyCommand::Help(std::string& ret) { in Help()2845 ret.append(CheckConsistencyCommand::Name()); in Help()2849 void CheckConsistencyCommand::DoCommand() { in DoCommand()