Home
last modified time | relevance | path

Searched refs:test_index_ (Results 1 – 2 of 2) sorted by relevance

/system/testing/gtest_extras/
DTest.h65 size_t test_index() const { return test_index_; } in test_index()
87 size_t test_index_; // Index into test list. variable
DTest.cpp43 test_index_(index), in Test()