Home
last modified time | relevance | path

Searched refs:TTransport (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/modules/thrift/src/thrift/server/
DTFDServer.h43 virtual std::shared_ptr<TTransport> acceptImpl() override;
46 std::vector<std::shared_ptr<TTransport>> children;
DTConnectedClient.h65 const std::shared_ptr<apache::thrift::transport::TTransport> &client);
108 std::shared_ptr<apache::thrift::transport::TTransport> client_;
DTServerFramework.cpp42 using apache::thrift::transport::TTransport;
108 shared_ptr<TTransport> client; in serve()
109 shared_ptr<TTransport> inputTransport; in serve()
110 shared_ptr<TTransport> outputTransport; in serve()
DTFDServer.cpp185 shared_ptr<TTransport> TFDServer::acceptImpl() in acceptImpl()
191 children.push_back(shared_ptr<TTransport>(new xport(fd))); in acceptImpl()
DTServer.h46 using apache::thrift::transport::TTransport;
94 virtual void processContext(void *serverContext, std::shared_ptr<TTransport> transport) in processContext()
278 std::shared_ptr<TTransport> transport) in getProcessor()
/Zephyr-latest/samples/modules/thrift/hello/client/
Dhello_client.py22 from thrift.transport import TSocket, TTransport
37 transport = TTransport.TBufferedTransport(transport)
/Zephyr-latest/modules/thrift/src/thrift/protocol/
DTBinaryProtocol.h213 typedef TBinaryProtocolT<TTransport> TBinaryProtocol;
214 typedef TBinaryProtocolT<TTransport, TNetworkLittleEndian> TLEBinaryProtocol;
253 std::shared_ptr<TProtocol> getProtocol(std::shared_ptr<TTransport> trans) override in getProtocol()
263 prot = new TBinaryProtocolT<TTransport, ByteOrder_>( in getProtocol()
278 typedef TBinaryProtocolFactoryT<TTransport> TBinaryProtocolFactory;
279 typedef TBinaryProtocolFactoryT<TTransport, TNetworkLittleEndian> TLEBinaryProtocolFactory;
/Zephyr-latest/samples/modules/thrift/hello/client/src/
Dmain.cpp69 std::shared_ptr<TTransport> transport; in main()
71 std::shared_ptr<TTransport> trans; in main()
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dmain.cpp62 std::shared_ptr<TTransport> transport; in setup_client()
64 std::shared_ptr<TTransport> trans(new TFDTransport(context.fds[ctx::CLIENT])); in setup_client()
/Zephyr-latest/modules/thrift/src/thrift/transport/
DTServerSocket.h144 std::shared_ptr<TTransport> acceptImpl() override;