Home
last modified time | relevance | path

Searched defs:arg5 (Results 1 – 13 of 13) sorted by relevance

/thrift-3.4.0/test/rb/integration/
DTestServer.rb74 def testMulti(arg0, arg1, arg2, arg3, arg4, arg5) argument
/thrift-3.4.0/lib/nodejs/test/
Dtest_handler.js131 function testMultiAsync(arg0, arg1, arg2, arg3, arg4, arg5, result) { argument
/thrift-3.4.0/lib/js/test/
Dtest_handler.js157 testMulti: function(arg0, arg1, arg2, arg3, arg4, arg5, result) { argument
/thrift-3.4.0/lib/ts/test/
Dtest_handler.js157 testMulti: function(arg0, arg1, arg2, arg3, arg4, arg5, result) { argument
/thrift-3.4.0/lib/d/test/
Dthrift_test_server.d165 Numberz arg4, UserId arg5) in testMulti()
/thrift-3.4.0/test/netstd/Server/
DTestServer.cs464 …estMulti(sbyte arg0, int arg1, long arg2, Dictionary<short, string>? arg3, Numberz arg4, long arg5, in testMulti()
/thrift-3.4.0/test/py/
DTestServer.py176 def testMulti(self, arg0, arg1, arg2, arg3, arg4, arg5): argument
/thrift-3.4.0/test/haxe/src/
DTestClient.hx932 var arg5 = Int64.make(0,5000000); variable
/thrift-3.4.0/test/cpp/src/
DTestServer.cpp301 const UserId arg5) override { in testMulti()
519 const UserId arg5) override { in testMulti()
/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/server/
DServerTestBase.java262 byte arg0, int arg1, long arg2, Map<Short, String> arg3, Numberz arg4, long arg5) { in testMulti()
/thrift-3.4.0/lib/c_glib/test/
Dtestthrifttestclient.cpp286 …onst std::map<int16_t, std::string> &arg3, const Numberz::type arg4, const UserId arg5) override { in testMulti()
Dtestthrifttestzlibclient.cpp281 …onst std::map<int16_t, std::string> &arg3, const Numberz::type arg4, const UserId arg5) override { in testMulti()
/thrift-3.4.0/test/c_glib/src/
Dthrift_test_handler.c617 const TTestUserId arg5, in thrift_test_handler_test_multi()