Home
last modified time | relevance | path

Searched refs:total_blob_bytes (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/db/blob/
Dblob_file_addition_test.cc47 constexpr uint64_t total_blob_bytes = 123456; in TEST_F() local
52 total_blob_bytes, checksum_method, in TEST_F()
57 ASSERT_EQ(blob_file_addition.GetTotalBlobBytes(), total_blob_bytes); in TEST_F()
96 constexpr uint64_t total_blob_bytes = 12345678; in TEST_F() local
97 PutVarint64(&str, total_blob_bytes); in TEST_F()
151 constexpr uint64_t total_blob_bytes = 100000000; in TEST_F() local
156 total_blob_bytes, checksum_method, in TEST_F()
179 constexpr uint64_t total_blob_bytes = 2000000; in TEST_F() local
184 total_blob_bytes, checksum_method, in TEST_F()
Dblob_file_addition.h27 uint64_t total_blob_bytes, std::string checksum_method, in BlobFileAddition() argument
31 total_blob_bytes_(total_blob_bytes), in BlobFileAddition()
Dblob_file_meta.h27 uint64_t total_blob_bytes, std::string checksum_method, in SharedBlobFileMetaData() argument
31 total_blob_bytes_(total_blob_bytes), in SharedBlobFileMetaData()
/rocksdb-6.9/db/
Dversion_builder_test.cc86 blob_file_number, total_blob_count, total_blob_bytes, in AddBlob()
362 constexpr uint64_t total_blob_bytes = 999999; in TEST_F() local
386 ASSERT_EQ(new_meta->GetTotalBlobBytes(), total_blob_bytes); in TEST_F()
398 constexpr uint64_t total_blob_bytes = 999999; in TEST_F() local
432 constexpr uint64_t total_blob_bytes = 999999; in TEST_F() local
451 constexpr uint64_t total_blob_bytes = 999999; in TEST_F() local
494 ASSERT_EQ(new_meta->GetTotalBlobBytes(), total_blob_bytes); in TEST_F()
514 constexpr uint64_t total_blob_bytes = 999999; in TEST_F() local
548 ASSERT_EQ(new_meta->GetTotalBlobBytes(), total_blob_bytes); in TEST_F()
582 const uint64_t total_blob_bytes = i * 1000000; in TEST_F() local
[all …]
Dversion_edit_test.cc291 const uint64_t total_blob_bytes = blob_file_number << 20; in TEST_F() local
299 edit.AddBlobFile(blob_file_number, total_blob_count, total_blob_bytes, in TEST_F()
303 const uint64_t garbage_blob_bytes = total_blob_bytes >> 1; in TEST_F()
Dversion_edit.h352 uint64_t total_blob_bytes, std::string checksum_method, in AddBlobFile() argument
355 blob_file_number, total_blob_count, total_blob_bytes, in AddBlobFile()