Home
last modified time | relevance | path

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

/third_party/glib/gobject/tests/
Dautoptr.c99 g_autoptr (TestAutoCleanup) tac2 = g_steal_pointer (&tac1); in test_autoptr_steal()
102 g_assert_true (tac2 == tac_ptr); in test_autoptr_steal()
117 TestAutoCleanup *tac2 = test_auto_cleanup_new (); in test_autolist() local
121 g_object_add_weak_pointer (G_OBJECT (tac2), (gpointer *) &tac2); in test_autolist()
128 l = g_list_prepend (l, tac2); in test_autolist()
137 g_assert_null (tac2); in test_autolist()
153 TestAutoCleanup *tac2 = test_auto_cleanup_new (); in test_autoslist() local
157 g_object_add_weak_pointer (G_OBJECT (tac2), (gpointer *) &tac2); in test_autoslist()
164 l = g_slist_prepend (l, tac2); in test_autoslist()
170 g_assert_null (tac2); in test_autoslist()
[all …]