Home
last modified time | relevance | path

Searched refs:g_variant_get_data_as_bytes (Results 1 – 6 of 6) sorted by relevance

/third_party/glib/glib/tests/
Dgvariant.c2321 data1 = g_variant_get_data_as_bytes (child1); in test_serialiser_children()
2328 data2 = g_variant_get_data_as_bytes (child2); in test_serialiser_children()
4415 bytes = g_variant_get_data_as_bytes (a); in untrusted()
4749 bytes2 = g_variant_get_data_as_bytes (a); in test_gbytes()
4758 bytes = g_variant_get_data_as_bytes (tuple); /* force serialisation */ in test_gbytes()
4760 bytes2 = g_variant_get_data_as_bytes (a); in test_gbytes()
4918 bytes = g_variant_get_data_as_bytes (wrapper_variant); in test_recursion_limits_variant_in_variant()
4930 bytes = g_variant_get_data_as_bytes (wrapper_variant); in test_recursion_limits_variant_in_variant()
4971 bytes = g_variant_get_data_as_bytes (child_variant); in test_recursion_limits_array_in_variant()
4983 bytes = g_variant_get_data_as_bytes (wrapper_variant); in test_recursion_limits_array_in_variant()
/third_party/glib/gio/
Dgicon.c614 bytes = g_variant_get_data_as_bytes (val); in g_icon_deserialize()
/third_party/glib/glib/
Dgvariant.h230 GBytes * g_variant_get_data_as_bytes (GVariant *valu…
Dgvariant-core.c953 g_variant_get_data_as_bytes (GVariant *value) in g_variant_get_data_as_bytes() function
/third_party/glib/docs/reference/glib/
Dglib-sections.txt3787 g_variant_get_data_as_bytes
/third_party/glib/
DNEWS1404 - #1865 g_variant_get_data_as_bytes fails after serializing a variant
6050 698457 g_variant_get_data_as_bytes() always returns toplevel...