HomeSort by relevance Sort by last modified time
    Searched refs:_g_type_debug_flags (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/glib/gobject/
gtype.h     [all...]
gtype.c 138 if (_g_type_debug_flags & G_TYPE_DEBUG_ ## debug_type) \
360 GTypeDebugFlags _g_type_debug_flags = 0; variable
    [all...]
gobject.c 193 #define IF_DEBUG(debug_type) if (_g_type_debug_flags & G_TYPE_DEBUG_ ## debug_type)
    [all...]
gsignal.c 109 #define IF_DEBUG(debug_type, cond) if ((_g_type_debug_flags & G_TYPE_DEBUG_ ## debug_type) || cond)
    [all...]

Completed in 216 milliseconds