Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgtestutils.c814 guint fixture_size; member
2241 tc->fixture_size = data_size; in g_test_create_case()
2773 fixture = tc->fixture_size ? g_malloc0 (tc->fixture_size) : tc->test_data; in test_case_run()
2788 if (tc->fixture_size) in test_case_run()