Searched refs:TTransport (Results 1 – 10 of 10) sorted by relevance
43 virtual std::shared_ptr<TTransport> acceptImpl() override;46 std::vector<std::shared_ptr<TTransport>> children;
65 const std::shared_ptr<apache::thrift::transport::TTransport> &client);108 std::shared_ptr<apache::thrift::transport::TTransport> client_;
42 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()
185 shared_ptr<TTransport> TFDServer::acceptImpl() in acceptImpl()191 children.push_back(shared_ptr<TTransport>(new xport(fd))); in acceptImpl()
46 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()
22 from thrift.transport import TSocket, TTransport37 transport = TTransport.TBufferedTransport(transport)
213 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;
69 std::shared_ptr<TTransport> transport; in main()71 std::shared_ptr<TTransport> trans; in main()
62 std::shared_ptr<TTransport> transport; in setup_client()64 std::shared_ptr<TTransport> trans(new TFDTransport(context.fds[ctx::CLIENT])); in setup_client()
144 std::shared_ptr<TTransport> acceptImpl() override;