Home
last modified time | relevance | path

Searched refs:ARG_JSON (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/tools/
Dldb_cmd_impl.h170 static const std::string ARG_JSON; variable
Dldb_cmd.cc1038 const std::string ManifestDumpCommand::ARG_JSON = "json"; member in ROCKSDB_NAMESPACE::ManifestDumpCommand
1045 ret.append(" [--" + ARG_JSON + "]"); in Help()
1056 BuildCmdLineOptions({ARG_VERBOSE, ARG_PATH, ARG_HEX, ARG_JSON})), in ManifestDumpCommand()
1061 json_ = IsFlagPresent(flags, ARG_JSON);