Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/cpp/src/thrift/protocol/
DTVirtualProtocol.h42 class TProtocolDefaults : public TProtocol {
304 TProtocolDefaults(std::shared_ptr<TTransport> ptrans) : TProtocol(ptrans) {} in TProtocolDefaults() function
311 template <class Protocol_, class Super_ = TProtocolDefaults>