Home
last modified time | relevance | path

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

/external/bsdiff/
Dpatch_writer.cc175 CompressorInterface* extra_stream = nullptr; in Close() local
176 if (!SelectSmallestResult(extra_stream_list_, &extra_stream) || in Close()
177 !extra_stream) { in Close()
183 auto extra_data = extra_stream->GetCompressedData(); in Close()
187 static_cast<uint8_t>(extra_stream->Type())}; in Close()
Dsplit_patch_writer_unittest.cc151 EXPECT_TRUE(fake_patches_[0].extra_stream().empty()); in TEST_F()
157 fake_patches_[1].extra_stream()); in TEST_F()
163 fake_patches_[2].extra_stream()); in TEST_F()
167 EXPECT_TRUE(fake_patches_[3].extra_stream().empty()); in TEST_F()
Ddiff_encoder_unittest.cc48 EXPECT_TRUE(fake_patch_.extra_stream().empty()); in TEST_F()
66 EXPECT_EQ(hello_world, fake_patch_.extra_stream()); in TEST_F()
77 EXPECT_TRUE(fake_patch_.extra_stream().empty()); in TEST_F()
Dfake_patch_writer.h56 const std::vector<uint8_t>& extra_stream() const { return extra_stream_; } in extra_stream() function