HomeSort by relevance Sort by last modified time
    Searched full:g_test_infos_tail (Results 1 - 1 of 1) sorted by null

  /ndk/sources/android/support/tests/minitest/
minitest.cc 18 TestInfo** g_test_infos_tail; member in namespace:__anon33098
167 if (g_test_infos_tail == NULL)
168 g_test_infos_tail = &g_test_infos;
176 *g_test_infos_tail = info;
177 g_test_infos_tail = &info->next;

Completed in 46 milliseconds