Home
last modified time | relevance | path

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

/third_party/glib/glib/tests/
Derror.c227 } TestErrorPrivate; typedef
230 test_error_private_init (TestErrorPrivate *priv) in test_error_private_init()
243 test_error_private_copy (const TestErrorPrivate *src_priv, in test_error_private_copy()
244 TestErrorPrivate *dest_priv) in test_error_private_copy()
253 test_error_private_clear (TestErrorPrivate *priv) in test_error_private_clear()
260 static TestErrorPrivate * in G_DEFINE_EXTENDED_ERROR()
263 TestErrorPrivate *test_error = test_error_get_private (error); in G_DEFINE_EXTENDED_ERROR()
275 TestErrorPrivate *test_priv; in test_extended()
277 TestErrorPrivate *copy_test_priv; in test_extended()
330 sizeof (TestErrorPrivate), in test_extended_duplicate()