Searched refs:actual_row (Results 1 – 2 of 2) sorted by relevance
95 const Index actual_row = internal::traits<MatrixType>::RowsAtCompileTime==1 ? 0102 return m_matrix.coeff(actual_row, actual_col);107 const Index actual_row = internal::traits<MatrixType>::RowsAtCompileTime==1 ? 0114 return m_matrix.template packet<LoadMode>(actual_row, actual_col);
615 const URLRow& actual_row(actual->second); in TEST_F() local616 EXPECT_EQ(expected_row.visit_count(), actual_row.visit_count()); in TEST_F()617 EXPECT_EQ(expected_row.typed_count(), actual_row.typed_count()); in TEST_F()618 EXPECT_EQ(expected_row.last_visit(), actual_row.last_visit()); in TEST_F()619 EXPECT_EQ(expected_row.url(), actual_row.url()); in TEST_F()