Home
last modified time | relevance | path

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

/rocksdb-6.9/include/rocksdb/utilities/
Dldb_cmd.h185 std::string* value, bool is_key_hex, bool is_value_hex);
198 const std::string& value, bool is_key_hex,
/rocksdb-6.9/tools/
Dldb_cmd.cc726 std::string* value, bool is_key_hex, in ParseKeyValue() argument
732 if (is_key_hex) { in ParseKeyValue()
803 const std::string& value, bool is_key_hex, in PrintKeyValue() argument
806 result.append(is_key_hex ? StringToHex(key) : key); in PrintKeyValue()