Searched refs:g_param_value_validate (Results 1 – 10 of 10) sorted by relevance
/third_party/glib/tests/gobject/ |
D | paramspec-test.c | 53 modified = g_param_value_validate (pspec, &value); in test_param_spec_char() 57 modified = g_param_value_validate (pspec, &value); in test_param_spec_char() 61 modified = g_param_value_validate (pspec, &value); in test_param_spec_char() 65 modified = g_param_value_validate (pspec, &value); in test_param_spec_char() 69 modified = g_param_value_validate (pspec, &value); in test_param_spec_char() 73 modified = g_param_value_validate (pspec, &value); in test_param_spec_char() 77 modified = g_param_value_validate (pspec, &value); in test_param_spec_char() 81 modified = g_param_value_validate (pspec, &value); in test_param_spec_char() 99 modified = g_param_value_validate (pspec, &value); in test_param_spec_string() 103 modified = g_param_value_validate (pspec, &value); in test_param_spec_string() [all …]
|
/third_party/glib/gobject/tests/ |
D | ifaceproperties.c | 185 g_assert (g_param_value_validate (pspec, &value1)); in DEFINE_IFACE() 187 g_assert (!g_param_value_validate (pspec, &value1)); in DEFINE_IFACE()
|
D | param.c | 81 g_assert_true (g_param_value_validate (p, &value)); in test_param_validate()
|
/third_party/glib/gobject/ |
D | gparam.h | 312 gboolean g_param_value_validate (GParamSpec *pspec,
|
D | gbinding.c | 552 g_param_value_validate (binding->target_pspec, &to_value); in on_source_notify() 620 g_param_value_validate (binding->source_pspec, &to_value); in on_target_notify()
|
D | gparam.c | 689 g_param_value_validate (GParamSpec *pspec, in g_param_value_validate() function 744 (!g_param_value_validate (pspec, &tmp_value) || !strict_validation)) in g_param_value_convert()
|
D | gparamspecs.c | 920 changed += g_param_value_validate (element_spec, element); in param_value_array_validate() 1051 return g_param_value_validate (ospec->overridden, value); in param_override_validate()
|
D | gobject.c | 1552 else if (g_param_value_validate (pspec, &tmp_value) && !(pspec->flags & G_PARAM_LAX_VALIDATION)) in object_set_property()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstparamspecs.c | 257 if (g_param_value_validate (element_spec, element)) in _gst_param_array_validate()
|
/third_party/glib/docs/reference/gobject/ |
D | gobject-sections.txt | 526 g_param_value_validate
|