Home
last modified time | relevance | path

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

/Zephyr-latest/samples/modules/thrift/hello/client/
Dhello_client.py21 from thrift.protocol import TBinaryProtocol
38 protocol = TBinaryProtocol.TBinaryProtocol(transport)
/Zephyr-latest/samples/modules/thrift/hello/client/src/
Dmain.cpp112 protocol = std::make_shared<TBinaryProtocol>(transport); in main()
/Zephyr-latest/samples/modules/thrift/hello/
DREADME.rst100 | hello_client | TSocket | TBufferedTransport | TBinaryProtocol |
104 | hello_client_ssl | TSSLSocket | TBufferedTransport | TBinaryProtocol |
115 | hello_client.py | TSocket | TBufferedTransport | TBinaryProtocol |
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dmain.cpp81 protocol = std::make_shared<TBinaryProtocol>(transport); in setup_client()
/Zephyr-latest/modules/thrift/src/thrift/protocol/
DTBinaryProtocol.h213 typedef TBinaryProtocolT<TTransport> TBinaryProtocol; typedef