Searched refs:hex_key (Results 1 – 3 of 3) sorted by relevance
678 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()
423 std::string DebugString(bool hex_key = false) const;424 std::string DebugJSON(int edit_num, bool hex_key = false) const;
1825 std::string hex_key = ROCKSDB_NAMESPACE::LDBCommand::StringToHex( in PrintStatistics() local1828 hex_key.c_str()); in PrintStatistics()1924 std::string hex_key = ROCKSDB_NAMESPACE::LDBCommand::StringToHex(key); in WriteTraceSequence() local1933 printout = hex_key + " " + printout; in WriteTraceSequence()