Home
last modified time | relevance | path

Searched defs:inputProtocol (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/modules/thrift/src/thrift/server/
DTServerFramework.cpp111 shared_ptr<TProtocol> inputProtocol; in serve() local
DTServer.h276 std::shared_ptr<TProcessor> getProcessor(std::shared_ptr<TProtocol> inputProtocol, in getProcessor()