Home | History | Annotate | Download | only in src

Lines Matching defs:VCDiffDecoderTest

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() {
78 char VCDiffDecoderTest::GetByteFromStringLength(const char* s,
85 void VCDiffDecoderTest::AddChecksum(VCDChecksum checksum) {
96 void VCDiffDecoderTest::ComputeAndAddChecksum() {
103 void VCDiffDecoderTest::WriteMaxVarintAtOffset(int offset,
114 void VCDiffDecoderTest::WriteNegativeVarintAtOffset(int offset,
125 void VCDiffDecoderTest::WriteInvalidVarintAtOffset(int offset,
134 bool VCDiffDecoderTest::FuzzOneByteInDeltaFile() {