Searched refs:table2 (Results 1 – 2 of 2) sorted by relevance
152 ClassTable table2; in TEST_F() local153 size_t count2 = table2.ReadFromMemory(&buffer[0]); in TEST_F()156 EXPECT_TRUE(table2.Contains(h_X.Get())); in TEST_F()157 EXPECT_TRUE(table2.Contains(h_Y.Get())); in TEST_F()
7074 ImtConflictTable* table2 = super_method->GetImtConflictTable(image_pointer_size_); in FillIMTAndConflictTables() local7075 same = same && table1->Equals(table2, image_pointer_size_); in FillIMTAndConflictTables()