Home
last modified time | relevance | path

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

/external/puffin/src/include/puffin/
Dpuffdiff.h30 bool PuffDiff(UniqueStreamPtr src,
40 bool PuffDiff(const Buffer& src,
50 bool PuffDiff(const Buffer& src,
/external/puffin/src/
Dpuffdiff.cc99 bool PuffDiff(UniqueStreamPtr src, in PuffDiff() function
154 bool PuffDiff(const Buffer& src, in PuffDiff() function
161 return PuffDiff(MemoryStream::CreateForRead(src), in PuffDiff()
166 bool PuffDiff(const Buffer& src, in PuffDiff() function
172 return PuffDiff( in PuffDiff()
Dpatching_unittest.cc140 ASSERT_TRUE(PuffDiff(src_buf, dst_buf, src_deflates, dst_deflates, in TestPatching()
Dmain.cc348 TEST_AND_RETURN_FALSE(puffin::PuffDiff( in Main()