HomeSort by relevance Sort by last modified time
    Searched full:the_one_and_only (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/glib/tests/gobject/
singleton.c 41 static MySingleton *the_one_and_only = NULL; variable
49 if (the_one_and_only)
50 return g_object_ref (the_one_and_only);
58 g_assert (the_one_and_only == NULL);
59 the_one_and_only = self;

Completed in 45 milliseconds