Home
last modified time | relevance | path

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

/third_party/glib/gobject/tests/
Dautoptr.c93 g_autoptr (TestAutoCleanup) tac1 = test_auto_cleanup_new (); in test_autoptr_steal()
94 TestAutoCleanup *tac_ptr = tac1; in test_autoptr_steal()
99 g_autoptr (TestAutoCleanup) tac2 = g_steal_pointer (&tac1); in test_autoptr_steal()
101 g_assert_null (tac1); in test_autoptr_steal()
116 TestAutoCleanup *tac1 = test_auto_cleanup_new (); in test_autolist() local
120 g_object_add_weak_pointer (G_OBJECT (tac1), (gpointer *) &tac1); in test_autolist()
127 l = g_list_prepend (l, tac1); in test_autolist()
136 g_assert_null (tac1); in test_autolist()
152 TestAutoCleanup *tac1 = test_auto_cleanup_new (); in test_autoslist() local
156 g_object_add_weak_pointer (G_OBJECT (tac1), (gpointer *) &tac1); in test_autoslist()
[all …]