Home
last modified time | relevance | path

Searched refs:TProtocol (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/modules/thrift/src/thrift/server/
DTConnectedClient.h62 const std::shared_ptr<apache::thrift::protocol::TProtocol> &inputProtocol,
63 const std::shared_ptr<apache::thrift::protocol::TProtocol> &outputProtocol,
105 std::shared_ptr<apache::thrift::protocol::TProtocol> inputProtocol_;
106 std::shared_ptr<apache::thrift::protocol::TProtocol> outputProtocol_;
DTServer.h43 using apache::thrift::protocol::TProtocol;
71 virtual void *createContext(std::shared_ptr<TProtocol> input, in createContext()
72 std::shared_ptr<TProtocol> output) in createContext()
83 virtual void deleteContext(void *serverContext, std::shared_ptr<TProtocol> input, in deleteContext()
84 std::shared_ptr<TProtocol> output) in deleteContext()
276 std::shared_ptr<TProcessor> getProcessor(std::shared_ptr<TProtocol> inputProtocol, in getProcessor()
277 std::shared_ptr<TProtocol> outputProtocol, in getProcessor()
DTServerFramework.cpp39 using apache::thrift::protocol::TProtocol;
111 shared_ptr<TProtocol> inputProtocol; in serve()
112 shared_ptr<TProtocol> outputProtocol; in serve()
/Zephyr-latest/modules/thrift/src/thrift/protocol/
DTBinaryProtocol.h253 std::shared_ptr<TProtocol> getProtocol(std::shared_ptr<TTransport> trans) override in getProtocol()
257 TProtocol *prot; in getProtocol()
268 return std::shared_ptr<TProtocol>(prot); in getProtocol()
/Zephyr-latest/samples/modules/thrift/hello/client/src/
Dmain.cpp68 std::shared_ptr<TProtocol> protocol; in main()
/Zephyr-latest/modules/thrift/
DCMakeLists.txt16 ${ZEPHYR_THRIFT_MODULE_DIR}/lib/cpp/src/thrift/protocol/TProtocol.cpp
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dmain.cpp63 std::shared_ptr<TProtocol> protocol; in setup_client()