Searched refs:garbage_blob_bytes (Results 1 – 7 of 7) sorted by relevance
45 constexpr uint64_t garbage_blob_bytes = 9876; in TEST_F() local48 garbage_blob_bytes); in TEST_F()52 ASSERT_EQ(blob_file_garbage.GetGarbageBlobBytes(), garbage_blob_bytes); in TEST_F()89 constexpr uint64_t garbage_blob_bytes = 12345678; in TEST_F() local90 PutVarint64(&str, garbage_blob_bytes); in TEST_F()124 constexpr uint64_t garbage_blob_bytes = 100000000; in TEST_F() local127 garbage_blob_bytes); in TEST_F()149 constexpr uint64_t garbage_blob_bytes = 2000000; in TEST_F() local152 garbage_blob_bytes); in TEST_F()
26 uint64_t garbage_blob_bytes) in BlobFileGarbage() argument29 garbage_blob_bytes_(garbage_blob_bytes) {} in BlobFileGarbage()
72 uint64_t garbage_blob_count, uint64_t garbage_blob_bytes) in BlobFileMetaData() argument75 garbage_blob_bytes_(garbage_blob_bytes) { in BlobFileMetaData()
84 uint64_t garbage_blob_bytes) { in AddBlob() argument402 constexpr uint64_t garbage_blob_bytes = 456789; in TEST_F() local455 constexpr uint64_t garbage_blob_bytes = 456789; in TEST_F() local500 garbage_blob_bytes + new_garbage_blob_bytes); in TEST_F()524 constexpr uint64_t garbage_blob_bytes = 456789; in TEST_F() local529 garbage_blob_bytes); in TEST_F()552 ASSERT_EQ(new_meta->GetGarbageBlobBytes(), garbage_blob_bytes); in TEST_F()567 constexpr uint64_t garbage_blob_bytes = 999999; in TEST_F() local570 garbage_blob_bytes); in TEST_F()584 const uint64_t garbage_blob_bytes = i * 20000; in TEST_F() local[all …]
303 const uint64_t garbage_blob_bytes = total_blob_bytes >> 1; in TEST_F() local306 garbage_blob_bytes); in TEST_F()
369 uint64_t garbage_blob_bytes) { in AddBlobFileGarbage() argument371 garbage_blob_bytes); in AddBlobFileGarbage()
398 constexpr uint64_t garbage_blob_bytes = 0; in ApplyBlobFileAddition() local400 std::move(shared_meta), garbage_blob_count, garbage_blob_bytes); in ApplyBlobFileAddition()