Home
last modified time | relevance | path

Searched refs:g_value_get_long (Results 1 – 10 of 10) sorted by relevance

/third_party/glib/tests/gobject/
Dgvalue-test.c71 g_assert (g_value_get_long (&xform) == 1); in test_enum_transformation()
178 g_assert (g_value_get_long (&value) == G_MAXLONG); in test_collection()
/third_party/glib/gobject/
Dgvaluetypes.h225 glong g_value_get_long (const GValue *value);
Dgvaluetypes.c855 g_value_get_long (const GValue *value) in g_value_get_long() function
Dgmarshal.c31 #define g_marshal_value_peek_long(v) g_value_get_long (v)
/third_party/glib/docs/reference/gobject/
Dgobject-sections.txt615 g_value_get_long
/third_party/gstreamer/gstreamer/docs/
Dgst-hotdoc-plugins-scanner.c455 g_value_get_long (&value), plong->minimum, plong->maximum); in _add_properties()
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstmotioncells.cpp470 filter->starttime = g_value_get_long (value); in gst_motion_cells_set_property()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstutils.c584 fail_unless (g_value_get_long (&val) == 987654321); in GST_START_TEST()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c506 g_value_get_long (&value), RESET_COLOR); in print_object_properties_info()
/third_party/glib/gio/
Dgmarshal-internal.c28 #define g_marshal_value_peek_long(v) g_value_get_long (v)