Home
last modified time | relevance | path

Searched refs:g_bytes_compare (Results 1 – 5 of 5) sorted by relevance

/third_party/glib/glib/tests/
Dbytes.c237 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/
Dgbytes.h85 gint g_bytes_compare (gconstpointer bytes1,
Dgbytes.c422 g_bytes_compare (gconstpointer bytes1, in g_bytes_compare() function
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2995 g_bytes_compare
/third_party/glib/
DNEWS2508 !229 Fix up g_bytes_compare() documentation