Home
last modified time | relevance | path

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

/ndk/sources/android/support/tests/minitest/
Dminitest.cc18 TestInfo** g_test_infos_tail; variable
168 if (g_test_infos_tail == NULL) in RegisterTest()
169 g_test_infos_tail = &g_test_infos; in RegisterTest()
177 *g_test_infos_tail = info; in RegisterTest()
178 g_test_infos_tail = &info->next; in RegisterTest()