Lines Matching refs:decoder_

26   decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
27 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_header_.data(),
30 EXPECT_TRUE(decoder_.FinishDecoding());
35 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
36 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_.data(),
39 EXPECT_TRUE(decoder_.FinishDecoding());
50 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
51 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
60 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
61 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_.data(),
64 EXPECT_FALSE(decoder_.FinishDecoding());
70 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
71 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_.data(),
75 EXPECT_FALSE(decoder_.FinishDecoding());
80 decoder_.SetMaximumTargetWindowSize(expected_target_.size());
81 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
82 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_.data(),
85 EXPECT_TRUE(decoder_.FinishDecoding());
90 decoder_.SetMaximumTargetFileSize(expected_target_.size());
91 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
92 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_.data(),
95 EXPECT_TRUE(decoder_.FinishDecoding());
100 decoder_.SetMaximumTargetWindowSize(expected_target_.size() - 1);
101 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
102 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
109 decoder_.SetMaximumTargetFileSize(expected_target_.size() - 1);
110 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
111 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
123 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
124 if (decoder_.DecodeChunk(delta_file_.data(),
127 decoder_.FinishDecoding();
139 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
140 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
150 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
151 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_.data(),
154 EXPECT_TRUE(decoder_.FinishDecoding());
163 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
164 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
173 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
174 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
182 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
183 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
191 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
192 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
200 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
201 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
209 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
210 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
218 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
219 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
227 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
228 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
236 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
237 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
245 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
246 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
254 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
255 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
263 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
264 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
272 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
273 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
281 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
282 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
290 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
291 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
300 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
301 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
309 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
310 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
318 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
319 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
327 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
328 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
336 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
337 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
345 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
346 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
354 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
355 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_.data(),
358 EXPECT_TRUE(decoder_.FinishDecoding());
364 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
365 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
373 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
374 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
382 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
383 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
391 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
392 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
400 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
401 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
409 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
410 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
418 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
419 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
427 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
428 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
436 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
437 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
445 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
446 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
454 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
455 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
463 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
464 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
472 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
473 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
481 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
482 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
490 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
491 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
499 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
500 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
508 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
509 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
517 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
518 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
526 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
527 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
535 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
536 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
544 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
545 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
554 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
555 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
569 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
570 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
578 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
579 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
587 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
588 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
596 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
597 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
605 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
606 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
614 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
615 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
623 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
624 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
635 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
636 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
644 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
645 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
653 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
654 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
662 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
663 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
674 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
675 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
683 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
684 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
692 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
693 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
701 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
702 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
710 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
711 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
719 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
720 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
728 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
729 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
740 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
741 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
749 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
750 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
758 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
759 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
767 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
768 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
776 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
777 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
785 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
786 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
794 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
795 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),