Searched refs:GetGarbageBlobBytes (Results 1 – 7 of 7) sorted by relevance
109 lhs.GetGarbageBlobBytes() == rhs.GetGarbageBlobBytes(); in operator ==()120 << " garbage_blob_bytes: " << blob_file_garbage.GetGarbageBlobBytes(); in operator <<()129 << "GarbageBlobBytes" << blob_file_garbage.GetGarbageBlobBytes(); in operator <<()
37 ASSERT_EQ(blob_file_garbage.GetGarbageBlobBytes(), 0); in TEST_F()52 ASSERT_EQ(blob_file_garbage.GetGarbageBlobBytes(), garbage_blob_bytes); in TEST_F()
47 << " garbage_blob_bytes: " << meta.GetGarbageBlobBytes(); in operator <<()
33 uint64_t GetGarbageBlobBytes() const { return garbage_blob_bytes_; } in GetGarbageBlobBytes() function
112 uint64_t GetGarbageBlobBytes() const { return garbage_blob_bytes_; } in GetGarbageBlobBytes() function
390 ASSERT_EQ(new_meta->GetGarbageBlobBytes(), 0); in TEST_F()499 ASSERT_EQ(new_meta->GetGarbageBlobBytes(), in TEST_F()552 ASSERT_EQ(new_meta->GetGarbageBlobBytes(), garbage_blob_bytes); in TEST_F()634 ASSERT_EQ(meta1->GetGarbageBlobBytes(), 20000); in TEST_F()643 ASSERT_EQ(meta2->GetGarbageBlobBytes(), 140000); in TEST_F()652 ASSERT_EQ(meta4->GetGarbageBlobBytes(), 0); in TEST_F()
423 meta->GetGarbageBlobBytes() + blob_file_garbage.GetGarbageBlobBytes()); in ApplyBlobFileGarbage()551 assert(base_meta->GetGarbageBlobBytes() <= in SaveBlobFilesTo()552 changed_meta->GetGarbageBlobBytes()); in SaveBlobFilesTo()