Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/
Dldb_cmd.cc1402 count_only_(false),
1422 count_only_ = IsFlagPresent(flags, ARG_COUNT_ONLY);
1508 if (!count_only_ && !count_delim_) { in DoCommand()
1543 count_only_(false),
1585 count_only_ = IsFlagPresent(flags, ARG_COUNT_ONLY);
1733 if (is_db_ttl_ && !count_only_ && timestamp_ && !count_delim_) { in DoDumpCommand()
1785 if (count_only_) { in DoDumpCommand()
1789 if (!count_only_ && !count_delim_) { in DoDumpCommand()
1810 if (count_only_) { in DoDumpCommand()
Dldb_cmd_impl.h84 bool count_only_; variable
114 bool count_only_; variable