Searched refs:g_bytes_compare (Results 1 – 5 of 5) sorted by relevance
/third_party/glib/glib/tests/ |
D | bytes.c | 237 g_assert_cmpint (g_bytes_compare (bytes, bytes2), ==, 0); in test_compare() 241 g_assert_cmpint (g_bytes_compare (bytes, bytes2), >, 0); in test_compare() 245 g_assert_cmpint (g_bytes_compare (bytes, bytes2), >, 0); in test_compare() 249 g_assert_cmpint (g_bytes_compare (bytes, bytes2), <, 0); in test_compare() 253 g_assert_cmpint (g_bytes_compare (bytes, bytes2), <, 0); in test_compare() 257 g_assert_cmpint (g_bytes_compare (bytes, bytes2), <, 0); in test_compare()
|
/third_party/glib/glib/ |
D | gbytes.h | 85 gint g_bytes_compare (gconstpointer bytes1,
|
D | gbytes.c | 422 g_bytes_compare (gconstpointer bytes1, in g_bytes_compare() function
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 2995 g_bytes_compare
|
/third_party/glib/ |
D | NEWS | 2508 !229 Fix up g_bytes_compare() documentation
|