Home
last modified time | relevance | path

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

/system/nvram/core/tests/
Dgtest_stubs.h88 static TestRegistry* instance() { return &g_instance; } in instance()
96 static TestRegistry g_instance; variable
Dgtest_stubs.cpp47 TestRegistry TestRegistry::g_instance; member in testing::detail::TestRegistry