Home | History | Annotate | Download | only in src

Lines Matching refs:VCDiffCustomCodeTableDecoderTest

797 class VCDiffCustomCodeTableDecoderTest : public VCDiffInterleavedDecoderTest {
804 VCDiffCustomCodeTableDecoderTest();
805 virtual ~VCDiffCustomCodeTableDecoderTest() {}
808 const char VCDiffCustomCodeTableDecoderTest::kFileHeader[] = {
830 const char VCDiffCustomCodeTableDecoderTest::kEncodedCustomCodeTable[] = {
881 const char VCDiffCustomCodeTableDecoderTest::kWindowHeader[] = {
895 const char VCDiffCustomCodeTableDecoderTest::kWindowBody[] = {
926 VCDiffCustomCodeTableDecoderTest::VCDiffCustomCodeTableDecoderTest() {
936 TEST_F(VCDiffCustomCodeTableDecoderTest, CustomCodeTableEncodingMatches) {
972 TEST_F(VCDiffCustomCodeTableDecoderTest, DecodeUsingCustomCodeTable) {
981 TEST_F(VCDiffCustomCodeTableDecoderTest, IncompleteCustomCodeTable) {
990 typedef VCDiffCustomCodeTableDecoderTest
1023 typedef VCDiffCustomCodeTableDecoderTest VCDiffCustomCodeTableDecoderDeathTest;