Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/php/test/JsonSerialize/
DJsonSerializeTest.php55 $xtruct = new \ThriftTest\Xtruct($input);
61 $this->assertEquals($expected, json_decode(json_encode($xtruct)));
83 $xtruct = new \ThriftTest\Xtruct($xinput);
85 'xtructs' => array($xtruct, $xtruct, $xtruct)
/thrift-3.4.0/lib/c_glib/test/
Dtestthrifttest.c37 TTestXtruct *xtruct, *xtruct2; in test_thrift_handler() local
66 xtruct = g_object_new (T_TEST_TYPE_XTRUCT, in test_thrift_handler()
79 g_ptr_array_add (xtructs, xtruct); in test_thrift_handler()
/thrift-3.4.0/test/ocaml/server/
DTestServer.ml60 let hello = new xtruct in
61 let goodbye = new xtruct in
88 let hello = new xtruct in
111 let s = new xtruct in
117 let res = new xtruct in
/thrift-3.4.0/test/dart/test_client/bin/
Dmain.dart176 var xtruct = new Xtruct()
231 var result = await client.testStruct(xtruct);
232 if ('$result' != '$xtruct') throw new TTestError(result, xtruct);
238 ..struct_thing = xtruct
291 input.xtructs = [xtruct];
/thrift-3.4.0/test/c_glib/src/
Dthrift_test_handler.c646 TTestXtruct *xtruct; in thrift_test_handler_test_exception() local
680 xtruct = g_object_new (T_TEST_TYPE_XTRUCT, in thrift_test_handler_test_exception()
683 g_object_unref (xtruct); in thrift_test_handler_test_exception()