Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgrcbox.h42 gpointer g_rc_box_acquire (gpointer mem_block);
81 #define g_rc_box_acquire(mem_block) \ macro
82 ((glib_typeof (mem_block)) (g_rc_box_acquire) (mem_block))
Dgrcbox.c410 (g_rc_box_acquire) (gpointer mem_block) in gpointer() argument
/third_party/glib/glib/tests/
Dcxx.cpp32 MyObject *obj2 = g_rc_box_acquire (obj); in test_typeof()
Drcbox.c92 g_assert_true (g_rc_box_acquire (p) == p); in test_rcbox_release_full()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt3902 g_rc_box_acquire