Home
last modified time | relevance | path

Searched refs:is_value_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);
199 bool is_value_hex);
/rocksdb-6.9/tools/
Dldb_cmd.cc727 bool is_value_hex) { in ParseKeyValue() argument
735 if (is_value_hex) { in ParseKeyValue()
804 bool is_value_hex) { in PrintKeyValue() argument
808 result.append(is_value_hex ? StringToHex(value) : value); in PrintKeyValue()