Searched refs:le_blob (Results 1 – 1 of 1) sorted by relevance
/external/dbus/test/ |
D | marshal.c | 80 #define BLOB_LENGTH (sizeof (le_blob) - 1) 84 const gchar le_blob[] = variable 155 g_assert_cmpuint ((guint) sizeof (le_blob), ==, (guint) sizeof (be_blob)); in test_endian() 161 len = dbus_message_demarshal_bytes_needed (blob, sizeof (le_blob)); in test_endian() 166 m = dbus_message_demarshal (blob, sizeof (le_blob), &f->e); in test_endian() 249 g_test_add ("/demarshal/le", Fixture, le_blob, setup, test_endian, teardown); in main() 251 g_test_add ("/demarshal/needed/le", Fixture, le_blob, setup, test_needed, in main()
|