Searched refs:decoded_table (Results 1 – 1 of 1) sorted by relevance
955 const VCDiffCodeTableData* decoded_table = in TEST_F() local957 EXPECT_EQ(VCD_RUN, decoded_table->inst1[0]); in TEST_F()958 EXPECT_EQ(VCD_RUN, decoded_table->inst1[3]); in TEST_F()959 EXPECT_EQ(27, decoded_table->size1[17]); in TEST_F()960 EXPECT_EQ(61, decoded_table->size1[18]); in TEST_F()961 EXPECT_EQ(28, decoded_table->size1[34]); in TEST_F()962 EXPECT_EQ(44, decoded_table->size1[50]); in TEST_F()964 EXPECT_EQ(custom_code_table.inst1[i], decoded_table->inst1[i]); in TEST_F()965 EXPECT_EQ(custom_code_table.inst2[i], decoded_table->inst2[i]); in TEST_F()966 EXPECT_EQ(custom_code_table.size1[i], decoded_table->size1[i]); in TEST_F()[all …]