Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/c_glib/test/
Dtestapplicationexception.c46 gint32 retrieved_type = 0; in test_initialize() local
61 "type", &retrieved_type, in test_initialize()
65 g_assert (retrieved_type == type); in test_initialize()
77 gint32 retrieved_type; in test_properties_test() local
82 retrieved_type = -1; \ in test_properties_test()
84 g_object_get (xception, "type", &retrieved_type, NULL); \ in test_properties_test()
85 g_assert_cmpint (retrieved_type, ==, _type); in test_properties_test()
114 g_object_get (xception, "type", &retrieved_type, NULL); in test_properties_test()
115 g_assert_cmpint (retrieved_type, !=, -1); in test_properties_test()
116 g_assert_cmpint (retrieved_type, in test_properties_test()
[all …]