Searched refs:TBinaryProtocolT (Results  1 – 1 of 1) sorted by relevance
| /Zephyr-latest/modules/thrift/src/thrift/protocol/ | 
| D | TBinaryProtocol.h | 46 class TBinaryProtocolT : public TVirtualProtocol<TBinaryProtocolT<Transport_, ByteOrder_>> 53 	TBinaryProtocolT(std::shared_ptr<Transport_> trans)  in TBinaryProtocolT()  function 54 		: TVirtualProtocol<TBinaryProtocolT<Transport_, ByteOrder_>>(trans),  in TBinaryProtocolT() 60 	TBinaryProtocolT(std::shared_ptr<Transport_> trans, int32_t string_limit,  in TBinaryProtocolT()  function 62 		: TVirtualProtocol<TBinaryProtocolT<Transport_, ByteOrder_>>(trans),  in TBinaryProtocolT() 165 	using TVirtualProtocol<TBinaryProtocolT<Transport_, ByteOrder_>>::readBool; 213 typedef TBinaryProtocolT<TTransport> TBinaryProtocol; 214 typedef TBinaryProtocolT<TTransport, TNetworkLittleEndian> TLEBinaryProtocol; 259 			prot = new TBinaryProtocolT<Transport_, ByteOrder_>(  in getProtocol() 263 			prot = new TBinaryProtocolT<TTransport, ByteOrder_>(  in getProtocol()
  |