Searched refs:GetTotalBlobBytes (Results 1 – 7 of 7) sorted by relevance
44 uint64_t GetTotalBlobBytes() const { return total_blob_bytes_; } in GetTotalBlobBytes() function78 assert(garbage_blob_bytes_ <= shared_meta_->GetTotalBlobBytes()); in BlobFileMetaData()98 uint64_t GetTotalBlobBytes() const { in GetTotalBlobBytes() function100 return shared_meta_->GetTotalBlobBytes(); in GetTotalBlobBytes()
123 lhs.GetTotalBlobBytes() == rhs.GetTotalBlobBytes() && in operator ==()136 << " total_blob_bytes: " << blob_file_addition.GetTotalBlobBytes() in operator <<()147 << "TotalBlobBytes" << blob_file_addition.GetTotalBlobBytes() in operator <<()
37 ASSERT_EQ(blob_file_addition.GetTotalBlobBytes(), 0); in TEST_F()57 ASSERT_EQ(blob_file_addition.GetTotalBlobBytes(), total_blob_bytes); in TEST_F()
28 << " total_blob_bytes: " << shared_meta.GetTotalBlobBytes() in operator <<()
39 uint64_t GetTotalBlobBytes() const { return total_blob_bytes_; } in GetTotalBlobBytes() function
386 ASSERT_EQ(new_meta->GetTotalBlobBytes(), total_blob_bytes); in TEST_F()494 ASSERT_EQ(new_meta->GetTotalBlobBytes(), total_blob_bytes); in TEST_F()548 ASSERT_EQ(new_meta->GetTotalBlobBytes(), total_blob_bytes); in TEST_F()632 ASSERT_EQ(meta1->GetTotalBlobBytes(), 1000000); in TEST_F()641 ASSERT_EQ(meta2->GetTotalBlobBytes(), 2000000); in TEST_F()650 ASSERT_EQ(meta4->GetTotalBlobBytes(), 4000000); in TEST_F()
393 blob_file_addition.GetTotalBlobBytes(), in ApplyBlobFileAddition()