Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/c_glib/test/
Dtestthrifttestclient.cpp371 TTestXtruct2 *xtruct2_in, *xtruct2_out; in test_thrift_client() local
449 xtruct2_in = (TTestXtruct2 *) g_object_new (T_TEST_TYPE_XTRUCT2, nullptr); in test_thrift_client()
450 assert (t_test_thrift_test_client_test_nest (iface, &xtruct2_in, xtruct2_out, &error) == TRUE); in test_thrift_client()
454 g_object_unref (xtruct2_in); in test_thrift_client()
Dtestthrifttestzlibclient.cpp368 TTestXtruct2 *xtruct2_in, *xtruct2_out; in test_thrift_client() local
448 xtruct2_in = (TTestXtruct2 *) g_object_new (T_TEST_TYPE_XTRUCT2, nullptr); in test_thrift_client()
449 assert (t_test_thrift_test_client_test_nest (iface, &xtruct2_in, xtruct2_out, &error) == TRUE); in test_thrift_client()
453 g_object_unref (xtruct2_in); in test_thrift_client()
/thrift-3.4.0/test/c_glib/src/
Dtest_client.c318 TTestXtruct2 *xtruct2_out, *xtruct2_in; in main() local
733 xtruct2_in = g_object_new (T_TEST_TYPE_XTRUCT2, NULL); in main()
736 &xtruct2_in, in main()
739 g_object_get (xtruct2_in, in main()
780 g_clear_object(&xtruct2_in); in main()