Searched refs:tests_ (Results 1 - 2 of 2) sorted by relevance

/system/nvram/core/tests/
H A Dgtest_stubs.cpp28 for (TestDeclarationBase* decl = tests_; decl; decl = decl->next) {
43 test_declaration->next = tests_;
44 tests_ = test_declaration;
H A Dgtest_stubs.h94 TestDeclarationBase* tests_ = nullptr; member in class:testing::detail::TestRegistry

Completed in 59 milliseconds