Home
last modified time | relevance | path

Searched refs:G_MARKUP_ERROR_EMPTY (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/glib/tests/
Derror.c13 error = g_error_new_literal (G_MARKUP_ERROR, G_MARKUP_ERROR_EMPTY, "bla"); in test_overwrite()
20 g_assert_error (error, G_MARKUP_ERROR, G_MARKUP_ERROR_EMPTY); in test_overwrite()
24 error = g_error_new_literal (G_MARKUP_ERROR, G_MARKUP_ERROR_EMPTY, "bla"); in test_overwrite()
31 g_assert_error (error, G_MARKUP_ERROR, G_MARKUP_ERROR_EMPTY); in test_overwrite()
35 dest = g_error_new_literal (G_MARKUP_ERROR, G_MARKUP_ERROR_EMPTY, "bla"); in test_overwrite()
43 g_assert_error (dest, G_MARKUP_ERROR, G_MARKUP_ERROR_EMPTY); in test_overwrite()
57 error = g_error_new_literal (G_MARKUP_ERROR, G_MARKUP_ERROR_EMPTY, "bla"); in test_prefix()
63 src = g_error_new_literal (G_MARKUP_ERROR, G_MARKUP_ERROR_EMPTY, "bla"); in test_prefix()
68 src = g_error_new_literal (G_MARKUP_ERROR, G_MARKUP_ERROR_EMPTY, "bla"); in test_prefix()
78 g_set_error_literal (&error, G_MARKUP_ERROR, G_MARKUP_ERROR_EMPTY, "%s %d %x"); in test_literal()
[all …]
/third_party/glib/glib/
Dgmarkup.h52 G_MARKUP_ERROR_EMPTY, enumerator
Dgmarkup.c1798 set_error_literal (context, error, G_MARKUP_ERROR_EMPTY, in g_markup_parse_context_end_parse()