HomeSort by relevance Sort by last modified time
    Searched defs:VCDiffDecoderTest (Results 1 - 2 of 2) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
vcdecoder_test.h 30 class VCDiffDecoderTest : public testing::Test {
37 VCDiffDecoderTest();
39 virtual ~VCDiffDecoderTest() {}
114 // Test fixtures that inherit from VCDiffDecoderTest can set these strings in
139 class VCDiffStandardDecoderTest : public VCDiffDecoderTest {
149 class VCDiffInterleavedDecoderTest : public VCDiffDecoderTest {
vcdecoder_test.cc 27 const char VCDiffDecoderTest::kStandardFileHeader[] = {
35 const char VCDiffDecoderTest::kInterleavedFileHeader[] = {
43 const char VCDiffDecoderTest::kDictionary[] =
49 const char VCDiffDecoderTest::kExpectedTarget[] =
55 VCDiffDecoderTest::VCDiffDecoderTest() : fuzzer_(0), fuzzed_byte_position_(0) {
60 void VCDiffDecoderTest::SetUp() {
64 void VCDiffDecoderTest::UseStandardFileHeader() {
69 void VCDiffDecoderTest::UseInterleavedFileHeader() {
74 void VCDiffDecoderTest::InitializeDeltaFile()
    [all...]

Completed in 178 milliseconds