Home
last modified time | relevance | path

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

/third_party/glib/gobject/tests/
Dvalue.c174 g_assert_true (G_VALUE_IS_INTERNED_STRING (&value)); in test_value_string()
188 g_assert_true (G_VALUE_IS_INTERNED_STRING (&copy)); in test_value_string()
196 g_assert_true (G_VALUE_IS_INTERNED_STRING (&value)); in test_value_string()
203 g_assert_false (G_VALUE_IS_INTERNED_STRING (&value)); in test_value_string()
/third_party/glib/gobject/
Dgvaluetypes.h151 #define G_VALUE_IS_INTERNED_STRING(value) (G_VALUE_HOLDS_STRING (value) && ((value)->data[1].v_uint… macro
/third_party/glib/docs/reference/gobject/
Dgobject-sections.txt692 G_VALUE_IS_INTERNED_STRING