Home
last modified time | relevance | path

Searched defs:G_DEFINE_AUTOPTR_CLEANUP_FUNC (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/glib/
Dgmacros.h1152 #define G_DEFINE_AUTOPTR_CLEANUP_FUNC(TypeName, func) \ macro
1174 #define G_DEFINE_AUTOPTR_CLEANUP_FUNC(TypeName, func) macro
1185 #define G_DEFINE_AUTOPTR_CLEANUP_FUNC(TypeName, func) macro
/third_party/glib/glib/tests/
Dautoptr.c8 G_DEFINE_AUTOPTR_CLEANUP_FUNC(HasNonVoidCleanup, non_void_cleanup) in G_DEFINE_AUTOPTR_CLEANUP_FUNC() function