HomeSort by relevance Sort by last modified time
    Searched refs:TestDeclarationBase (Results 1 - 2 of 2) sorted by null

  /system/nvram/core/tests/
gtest_stubs.h 82 struct TestDeclarationBase;
91 void Register(TestDeclarationBase* test_declaration);
94 TestDeclarationBase* tests_ = nullptr;
99 struct TestDeclarationBase {
100 TestDeclarationBase(const char* name,
108 TestDeclarationBase* next;
115 struct TestDeclaration : public detail::TestDeclarationBase {
117 : TestDeclarationBase(name, &detail::TestInstance<TestCase>::Create) {}
gtest_stubs.cpp 28 for (TestDeclarationBase* decl = tests_; decl; decl = decl->next) {
42 void TestRegistry::Register(TestDeclarationBase* test_declaration) {

Completed in 679 milliseconds