Home
last modified time | relevance | path

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

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