Home
last modified time | relevance | path

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

/Zephyr-latest/modules/thrift/src/thrift/server/
DTServer.h111 class TServer
114 ~TServer() = default;
164 TServer(const std::shared_ptr<TProcessorFactory> &processorFactory) in TServer() function
177 TServer(const std::shared_ptr<TProcessor> &processor) in TServer() function
190 TServer(const std::shared_ptr<TProcessorFactory> &processorFactory, in TServer() function
204 TServer(const std::shared_ptr<TProcessor> &processor, in TServer() function
219 TServer(const std::shared_ptr<TProcessorFactory> &processorFactory, in TServer() function
230 TServer(const std::shared_ptr<TProcessor> &processor, in TServer() function
241 TServer(const std::shared_ptr<TProcessorFactory> &processorFactory, in TServer() function
255 TServer(const std::shared_ptr<TProcessor> &processor, in TServer() function
DTServerFramework.cpp53 : TServer(processorFactory, serverTransport, transportFactory, protocolFactory), in TServerFramework()
62 : TServer(processor, serverTransport, transportFactory, protocolFactory), clients_(0), in TServerFramework()
73 : TServer(processorFactory, serverTransport, inputTransportFactory, outputTransportFactory, in TServerFramework()
85 : TServer(processor, serverTransport, inputTransportFactory, outputTransportFactory, in TServerFramework()
DTServerFramework.h55 class TServerFramework : public TServer
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dcontext.hpp29 std::unique_ptr<TServer> server;
Dmain.cpp87 static std::unique_ptr<TServer> setup_server() in setup_server()
113 return std::unique_ptr<TServer>( in setup_server()