Searched refs:TBinaryProtocol (Results 1 – 5 of 5) sorted by relevance
21 from thrift.protocol import TBinaryProtocol38 protocol = TBinaryProtocol.TBinaryProtocol(transport)
112 protocol = std::make_shared<TBinaryProtocol>(transport); in main()
100 | hello_client | TSocket | TBufferedTransport | TBinaryProtocol |104 | hello_client_ssl | TSSLSocket | TBufferedTransport | TBinaryProtocol |115 | hello_client.py | TSocket | TBufferedTransport | TBinaryProtocol |
81 protocol = std::make_shared<TBinaryProtocol>(transport); in setup_client()
213 typedef TBinaryProtocolT<TTransport> TBinaryProtocol; typedef