Lines Matching refs:total_blob_bytes
82 uint64_t total_blob_bytes, std::string checksum_method, in AddBlob() argument
86 blob_file_number, total_blob_count, total_blob_bytes, in AddBlob()
362 constexpr uint64_t total_blob_bytes = 999999; in TEST_F() local
366 edit.AddBlobFile(blob_file_number, total_blob_count, total_blob_bytes, in TEST_F()
386 ASSERT_EQ(new_meta->GetTotalBlobBytes(), total_blob_bytes); in TEST_F()
398 constexpr uint64_t total_blob_bytes = 999999; in TEST_F() local
404 AddBlob(blob_file_number, total_blob_count, total_blob_bytes, checksum_method, in TEST_F()
413 edit.AddBlobFile(blob_file_number, total_blob_count, total_blob_bytes, in TEST_F()
432 constexpr uint64_t total_blob_bytes = 999999; in TEST_F() local
436 edit.AddBlobFile(blob_file_number, total_blob_count, total_blob_bytes, in TEST_F()
451 constexpr uint64_t total_blob_bytes = 999999; in TEST_F() local
457 AddBlob(blob_file_number, total_blob_count, total_blob_bytes, checksum_method, in TEST_F()
494 ASSERT_EQ(new_meta->GetTotalBlobBytes(), total_blob_bytes); in TEST_F()
514 constexpr uint64_t total_blob_bytes = 999999; in TEST_F() local
518 addition.AddBlobFile(blob_file_number, total_blob_count, total_blob_bytes, in TEST_F()
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
586 AddBlob(blob_file_number, total_blob_count, total_blob_bytes, in TEST_F()