Searched refs:GetCommand (Results 1 – 3 of 3) sorted by relevance
68 GetCommand::Help(ret); in PrintHelp()
320 class GetCommand : public LDBCommand {324 GetCommand(const std::vector<std::string>& params,
177 if (parsed_params.cmd == GetCommand::Name()) { in SelectCommand()178 return new GetCommand(parsed_params.cmd_params, parsed_params.option_map, in SelectCommand()2313 GetCommand::GetCommand(const std::vector<std::string>& params, in GetCommand() function in ROCKSDB_NAMESPACE::GetCommand2331 void GetCommand::Help(std::string& ret) { in Help()2333 ret.append(GetCommand::Name()); in Help()2339 void GetCommand::DoCommand() { in DoCommand()