Searched refs:InternalDumpCommand (Results 1 – 3 of 3) sorted by relevance
246 } else if (parsed_params.cmd == InternalDumpCommand::Name()) { in SelectCommand()247 return new InternalDumpCommand(parsed_params.cmd_params, in SelectCommand()1384 const std::string InternalDumpCommand::ARG_COUNT_ONLY = "count_only";1385 const std::string InternalDumpCommand::ARG_COUNT_DELIM = "count_delim";1386 const std::string InternalDumpCommand::ARG_STATS = "stats";1387 const std::string InternalDumpCommand::ARG_INPUT_KEY_HEX = "input_key_hex";1389 InternalDumpCommand::InternalDumpCommand( in InternalDumpCommand() function in ROCKSDB_NAMESPACE::InternalDumpCommand1435 void InternalDumpCommand::Help(std::string& ret) { in Help()1437 ret.append(InternalDumpCommand::Name()); in Help()1447 void InternalDumpCommand::DoCommand() { in DoCommand()
92 InternalDumpCommand::Help(ret); in PrintHelp()
95 class InternalDumpCommand : public LDBCommand {99 InternalDumpCommand(const std::vector<std::string>& params,