Home
last modified time | relevance | path

Searched refs:hex_key (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/db/
Dversion_edit.cc678 std::string VersionEdit::DebugString(bool hex_key) const { in DebugString()
728 r.append(f.smallest.DebugString(hex_key)); in DebugString()
730 r.append(f.largest.DebugString(hex_key)); in DebugString()
773 std::string VersionEdit::DebugJSON(int edit_num, bool hex_key) const { in DebugJSON()
826 jw << "SmallestIKey" << f.smallest.DebugString(hex_key); in DebugJSON()
827 jw << "LargestIKey" << f.largest.DebugString(hex_key); in DebugJSON()
Dversion_edit.h423 std::string DebugString(bool hex_key = false) const;
424 std::string DebugJSON(int edit_num, bool hex_key = false) const;
/rocksdb-6.9/tools/
Dtrace_analyzer_tool.cc1825 std::string hex_key = ROCKSDB_NAMESPACE::LDBCommand::StringToHex( in PrintStatistics() local
1828 hex_key.c_str()); in PrintStatistics()
1924 std::string hex_key = ROCKSDB_NAMESPACE::LDBCommand::StringToHex(key); in WriteTraceSequence() local
1933 printout = hex_key + " " + printout; in WriteTraceSequence()