Home | History | Annotate | Download | only in test

Lines Matching refs:Index

7   static Index object_count;
8 static Index object_limit;
30 Index Foo::object_count = 0;
31 Index Foo::object_limit = 0;
42 Index rows = internal::random<Index>(2,EIGEN_TEST_MAX_SIZE), cols = internal::random<Index>(2,EIGEN_TEST_MAX_SIZE);
43 Foo::object_limit = internal::random<Index>(0, rows*cols - 2);
56 VERIFY_IS_EQUAL(Index(0), Foo::object_count);
67 VERIFY_IS_EQUAL(Index(0), Foo::object_count);