/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/async/ |
D | TestTAsyncClientManager.java | 91 Srv.AsyncClient client = getClient(); in testBasicCall() local 97 Srv.AsyncClient client = getClient(); in testBasicCallWithTimeout() local 106 C client = in runTest() local 144 abstract void validateError(C client, Exception error); in validateError() 152 Srv.AsyncClient client = getClient(); in testUnexpectedRemoteExceptionCall() local 158 void validateError(Srv.AsyncClient client, Exception error) { in testUnexpectedRemoteExceptionCall() 170 Srv.AsyncClient client = getClient(); in testDeclaredRemoteExceptionCall() local 176 void validateError(Srv.AsyncClient client, Exception error) { in testDeclaredRemoteExceptionCall() 191 Srv.AsyncClient client = getClient(); in testTimeoutCall() local 198 void validateError(Srv.AsyncClient client, Exception error) { in testTimeoutCall() [all …]
|
/thrift-3.4.0/tutorial/d/ |
D | client.d | 19 module client; variable 35 auto client = tClient!Calculator(protocol); in main() local
|
/thrift-3.4.0/tutorial/java/src/ |
D | JavaClient.java | 63 Calculator.Client client = new Calculator.Client(protocol); in main() local 73 private static void perform(Calculator.Client client) throws TException in perform()
|
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/transport/ |
D | THttpClient.java | 78 private final HttpClient client; field in THttpClient 86 private final HttpClient client; field in THttpClient.Factory 93 public Factory(String url, HttpClient client) { in Factory() 134 public THttpClient(TConfiguration config, String url, HttpClient client) in THttpClient() 150 public THttpClient(String url, HttpClient client) throws TTransportException { in THttpClient()
|
/thrift-3.4.0/lib/nodejs/examples/ |
D | Makefile | 23 client: all target
|
/thrift-3.4.0/tutorial/py.twisted/ |
D | PythonClient.py | 39 def main(client): argument
|
/thrift-3.4.0/tutorial/swift/Sources/TutorialRunner/ |
D | main.swift | 30 let client = Process() variable
|
/thrift-3.4.0/tutorial/erl/ |
D | client.erl | 20 -module(client). module
|
/thrift-3.4.0/contrib/transport-sample/ |
D | ThriftCommon.h | 157 …void ConnectToServer (boost::shared_ptr<MyClient> &client, boost::shared_ptr<MyTransport> &transpo… in ConnectToServer() 169 …void ConnectToServer (boost::shared_ptr<MyClient> &client, boost::shared_ptr<MyTransport> &transpo… in ConnectToServer() 183 …void ConnectToServer (boost::shared_ptr<MyClient> &client, boost::shared_ptr<MyTransport> &transpo… in ConnectToServer()
|
/thrift-3.4.0/tutorial/swift/Sources/TutorialClient/ |
D | main.swift | 26 let client = CalculatorClient(inoutProtocol: inOutProto) variable
|
/thrift-3.4.0/lib/nodejs/test/episodic-code-generation-test/ |
D | client.js | 44 const testDriver = function(client, callback) { argument 66 const client = thrift.createClient(Service, connection); constant
|
/thrift-3.4.0/test/php/ |
D | Makefile.am | 44 client: stubs php_ext_dir target
|
/thrift-3.4.0/lib/c_glib/test/ |
D | testbufferedtransport.c | 179 ThriftTransport *client = NULL; in thrift_socket_server_open() local 200 ThriftTransport *client = NULL; in thrift_server() local 254 ThriftTransport *client = NULL; in test_write_fail() local
|
/thrift-3.4.0/lib/d/src/thrift/codegen/ |
D | client_pool.d | 83 void addClient(Client client) { in addClient() 92 bool removeClient(Client client) { in removeClient()
|
D | async_client_pool.d | 136 /+override+/ void addClient(Client client) { in addClient() 140 /+override+/ bool removeClient(Client client) { in removeClient() 256 auto client = clients.front; in executeOnPool() local 352 /+override+/ void addClient(Client client) { in addClient() 356 /+override+/ bool removeClient(Client client) { in removeClient()
|
/thrift-3.4.0/lib/rs/test/src/bin/ |
D | kitchen_sink_client.rs | 150 let mut client = MealServiceSyncClient::new(i_prot, o_prot); in exec_meal_client() localVariable 167 let mut client = FullMealServiceSyncClient::new(i_prot, o_prot); in exec_full_meal_client() localVariable 181 let mut client = recursive::TestServiceSyncClient::new(i_prot, o_prot); in exec_recursive_client() localVariable
|
/thrift-3.4.0/lib/nodets/test/ |
D | client.ts | 53 var client = thrift.createClient(ThriftTest.Client, connection); variable
|
/thrift-3.4.0/test/threads/ |
D | ThreadsClient.cpp | 54 ThreadsTestClient client(protocol); in main() local
|
/thrift-3.4.0/lib/haxe/src/org/apache/thrift/server/ |
D | TSimpleServer.hx | 68 var client : TTransport = null; variable
|
/thrift-3.4.0/test/crossrunner/ |
D | test.py | 97 def __init__(self, testdir, server, client, delay, timeout, **kwargs): argument 133 def get_name(cls, server, client, protocol, transport, socket, *args, **kwargs): argument 148 def test_name(server, client, protocol, transport, socket, **kwargs): argument
|
/thrift-3.4.0/lib/d/src/thrift/server/ |
D | taskpool.d | 125 TTransport client; variable 238 void worker(ref QueueState queueState, TTransport client, in worker()
|
/thrift-3.4.0/contrib/async-test/ |
D | test-server.cpp | 54 AggrCobClient* client = new AggrCobClient(channel, pfact_.get()); in getValues() local 63 void clientReturn(RequestContext* ctx, AggrCobClient* client) { in clientReturn()
|
/thrift-3.4.0/test/dart/ |
D | Makefile.am | 48 client: stubs target
|
/thrift-3.4.0/lib/go/test/ |
D | Makefile.am | 134 client: stubs target
|
/thrift-3.4.0/tutorial/cpp/ |
D | CppClient.cpp | 40 CalculatorClient client(protocol); in main() local
|