Home
last modified time | relevance | path

Searched refs:DebugString (Results 1 – 23 of 23) sorted by relevance

/rocksdb-6.9/db/
Dversion_edit.cc678 std::string VersionEdit::DebugString(bool hex_key) const { in DebugString() function in ROCKSDB_NAMESPACE::VersionEdit
728 r.append(f.smallest.DebugString(hex_key)); in DebugString()
730 r.append(f.largest.DebugString(hex_key)); in DebugString()
747 r.append(blob_file_addition.DebugString()); in DebugString()
752 r.append(blob_file_garbage.DebugString()); in DebugString()
826 jw << "SmallestIKey" << f.smallest.DebugString(hex_key); in DebugJSON()
827 jw << "LargestIKey" << f.largest.DebugString(hex_key); in DebugJSON()
Ddbformat.cc92 std::string ParsedInternalKey::DebugString(bool hex) const { in DebugString() function in ROCKSDB_NAMESPACE::ParsedInternalKey
102 std::string InternalKey::DebugString(bool hex) const { in DebugString() function in ROCKSDB_NAMESPACE::InternalKey
106 result = parsed.DebugString(hex); in DebugString()
Dversion_set_test.cc901 EXPECT_EQ(edits_.front().DebugString(), in SetupTestSyncPoints()
908 EXPECT_EQ(edits_.back().DebugString(), in SetupTestSyncPoints()
1122 EXPECT_EQ(edits_[kAtomicGroupSize / 2].DebugString(), in TEST_F()
1123 corrupted_edit_.DebugString()); in TEST_F()
1139 EXPECT_EQ(edits_[kAtomicGroupSize / 2].DebugString(), in TEST_F()
1140 corrupted_edit_.DebugString()); in TEST_F()
1161 EXPECT_EQ(edits_[kAtomicGroupSize / 2].DebugString(), in TEST_F()
1162 corrupted_edit_.DebugString()); in TEST_F()
1173 EXPECT_EQ(edits_[1].DebugString(), in TEST_F()
1190 EXPECT_EQ(edits_[1].DebugString(), in TEST_F()
[all …]
Dversion_builder.cc288 (f1->largest).DebugString(true).c_str(), in CheckConsistency()
289 (f2->smallest).DebugString(true).c_str()); in CheckConsistency()
292 (f1->largest).DebugString(true) + " vs. " + in CheckConsistency()
293 (f2->smallest).DebugString(true)); in CheckConsistency()
Dversion_set.cc2589 f2->smallest.DebugString(true).c_str(), in AddFile()
2590 f2->largest.DebugString(true).c_str()); in AddFile()
3413 std::string Version::DebugString(bool hex, bool print_stats) const { in DebugString() function in ROCKSDB_NAMESPACE::Version
3440 r.append(files[i]->smallest.DebugString(hex)); in DebugString()
3442 r.append(files[i]->largest.DebugString(hex)); in DebugString()
3467 r.append(blob_file_meta->DebugString()); in DebugString()
3895 e->DebugString(true)); in ProcessManifestWrites()
4016 version_edits += ("\n" + e->DebugString(true)); in ProcessManifestWrites()
5017 printf("%s\n", edit.DebugString(hex).c_str()); in DumpManifest()
5148 printf("%s \n", v->DebugString(hex).c_str()); in DumpManifest()
[all …]
Ddbformat.h110 std::string DebugString(bool hex = false) const;
287 std::string DebugString(bool hex = false) const;
Dversion_set.h382 std::string DebugString(bool hex = false) const;
634 std::string DebugString(bool hex = false, bool print_stats = false) const;
Dversion_edit.h423 std::string DebugString(bool hex_key = false) const;
Dinternal_stats.cc619 *value = current->DebugString(true, true); in HandleSsTables()
/rocksdb-6.9/db/blob/
Dblob_file_meta.cc17 std::string SharedBlobFileMetaData::DebugString() const { in DebugString() function in ROCKSDB_NAMESPACE::SharedBlobFileMetaData
35 std::string BlobFileMetaData::DebugString() const { in DebugString() function in ROCKSDB_NAMESPACE::BlobFileMetaData
Dblob_file_meta.h48 std::string DebugString() const;
114 std::string DebugString() const;
Dblob_file_garbage.h38 std::string DebugString() const;
Dblob_file_addition.h46 std::string DebugString() const;
Dblob_file_garbage.cc88 std::string BlobFileGarbage::DebugString() const { in DebugString() function in ROCKSDB_NAMESPACE::BlobFileGarbage
Dblob_file_addition.cc102 std::string BlobFileAddition::DebugString() const { in DebugString() function in ROCKSDB_NAMESPACE::BlobFileAddition
Dblob_index.h114 std::string DebugString(bool output_hex) const { in DebugString() function
/rocksdb-6.9/tools/
Dsst_dump_tool.cc389 fprintf(stdout, "%s => %s\n", ikey.DebugString(output_hex_).c_str(), in ReadSequential()
397 ikey.DebugString(output_hex_).c_str()); in ReadSequential()
401 fprintf(stdout, "%s => %s\n", ikey.DebugString(output_hex_).c_str(), in ReadSequential()
402 blob_index.DebugString(output_hex_).c_str()); in ReadSequential()
593 fprintf(stdout, "key=%s\n", ikey.DebugString(true).c_str()); in Run()
Dldb_cmd.cc1509 std::string key = ikey.DebugString(is_key_hex_); in DoCommand()
/rocksdb-6.9/include/rocksdb/
Dtypes.h40 std::string DebugString(bool hex = false) const;
/rocksdb-6.9/db/db_impl/
Ddb_impl_compaction_flush.cc1306 cfd->current()->DebugString().data()); in ReFitLevel()
1321 edit.DebugString().data()); in ReFitLevel()
1333 cfd->current()->DebugString().data()); in ReFitLevel()
2552 (m->begin ? m->begin->DebugString().c_str() : "(begin)"), in BackgroundCompaction()
2553 (m->end ? m->end->DebugString().c_str() : "(end)")); in BackgroundCompaction()
2572 (m->begin ? m->begin->DebugString().c_str() : "(begin)"), in BackgroundCompaction()
2573 (m->end ? m->end->DebugString().c_str() : "(end)"), in BackgroundCompaction()
2576 : m->manual_end->DebugString().c_str())); in BackgroundCompaction()
/rocksdb-6.9/table/
Dmock_table.cc141 std::cout << ikey.DebugString(false) << " -> " << value << std::endl; in AssertLatestFile()
/rocksdb-6.9/utilities/blob_db/
Dblob_compaction_filter.cc194 blob_index.DebugString(/* output_hex */ true).c_str(), in ReadBlobFromOldFile()
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest.h10480 pretty_str = "\n" + value.DebugString();