Lines Matching refs:total_blob_count
81 void AddBlob(uint64_t blob_file_number, uint64_t total_blob_count, in AddBlob() argument
86 blob_file_number, total_blob_count, total_blob_bytes, in AddBlob()
361 constexpr uint64_t total_blob_count = 5678; in TEST_F() local
366 edit.AddBlobFile(blob_file_number, total_blob_count, total_blob_bytes, in TEST_F()
385 ASSERT_EQ(new_meta->GetTotalBlobCount(), total_blob_count); in TEST_F()
397 constexpr uint64_t total_blob_count = 5678; 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()
431 constexpr uint64_t total_blob_count = 5678; in TEST_F() local
436 edit.AddBlobFile(blob_file_number, total_blob_count, total_blob_bytes, in TEST_F()
450 constexpr uint64_t total_blob_count = 5678; in TEST_F() local
457 AddBlob(blob_file_number, total_blob_count, total_blob_bytes, checksum_method, in TEST_F()
493 ASSERT_EQ(new_meta->GetTotalBlobCount(), total_blob_count); in TEST_F()
513 constexpr uint64_t total_blob_count = 5678; in TEST_F() local
518 addition.AddBlobFile(blob_file_number, total_blob_count, total_blob_bytes, in TEST_F()
547 ASSERT_EQ(new_meta->GetTotalBlobCount(), total_blob_count); in TEST_F()
581 const uint64_t total_blob_count = i * 1000; in TEST_F() local
586 AddBlob(blob_file_number, total_blob_count, total_blob_bytes, in TEST_F()