Home
last modified time | relevance | path

Searched refs:kCompressedEmpty (Results 1 – 1 of 1) sorted by relevance

/external/bsdiff/
Dpatch_writer_unittest.cc21 const uint8_t kCompressedEmpty[] = {0x42, 0x5a, 0x68, 0x39, 0x17, 0x72, 0x45, variable
67 EXPECT_EQ(sizeof(kCompressedEmpty), static_cast<uint64_t>(patch.diff_len)); in TEST_F()
68 EXPECT_EQ(sizeof(kCompressedEmpty), patch.extra_len); in TEST_F()
83 std::vector<uint8_t>(kCompressedEmpty, in TEST_F()
84 kCompressedEmpty + sizeof(kCompressedEmpty))); in TEST_F()
105 std::vector<uint8_t>(kCompressedEmpty, in TEST_F()
106 kCompressedEmpty + sizeof(kCompressedEmpty))); in TEST_F()