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

  /prebuilts/ndk/r11/sources/android/support/tests/minitest/
minitest.cc 18 TestInfo** g_test_infos_tail; member in namespace:__anon111605
168 if (g_test_infos_tail == NULL)
169 g_test_infos_tail = &g_test_infos;
177 *g_test_infos_tail = info;
178 g_test_infos_tail = &info->next;
  /prebuilts/ndk/r13/sources/android/support/tests/minitest/
minitest.cc 18 TestInfo** g_test_infos_tail; member in namespace:__anon111993
168 if (g_test_infos_tail == NULL)
169 g_test_infos_tail = &g_test_infos;
177 *g_test_infos_tail = info;
178 g_test_infos_tail = &info->next;

Completed in 52 milliseconds