Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgtestutils.h39 typedef void (*GTestFixtureFunc) (gpointer fixture, typedef
493 GTestFixtureFunc data_setup,
494 GTestFixtureFunc data_test,
495 GTestFixtureFunc data_teardown);
571 GTestFixtureFunc data_setup,
572 GTestFixtureFunc data_test,
573 GTestFixtureFunc data_teardown);
Dgtestutils.c2227 GTestFixtureFunc data_setup, in g_test_create_case()
2228 GTestFixtureFunc data_test, in g_test_create_case()
2229 GTestFixtureFunc data_teardown) in g_test_create_case()
2289 GTestFixtureFunc data_setup, in g_test_add_vtable()
2290 GTestFixtureFunc fixture_test_func, in g_test_add_vtable()
2291 GTestFixtureFunc data_teardown) in g_test_add_vtable()
2500 g_test_add_vtable (testpath, 0, NULL, NULL, (GTestFixtureFunc) test_func, NULL); in g_test_add_func()
2544 g_test_add_vtable (testpath, 0, test_data, NULL, (GTestFixtureFunc) test_func, NULL); in g_test_add_data_func()
2570 (GTestFixtureFunc) test_func, in g_test_add_data_func_full()
2571 (GTestFixtureFunc) data_free_func); in g_test_add_data_func_full()
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/
Dhb-test.h153 typedef GTestFixtureFunc hb_test_fixture_func_t;
/third_party/harfbuzz/test/api/
Dhb-test.h153 typedef GTestFixtureFunc hb_test_fixture_func_t;
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dhb-test.h153 typedef GTestFixtureFunc hb_test_fixture_func_t;
/third_party/glib/docs/reference/glib/
Dglib-sections.txt3586 GTestFixtureFunc