Searched refs:hello_client (Results 1 – 3 of 3) sorted by relevance
29 all: hello_client hello_client_compact hello_client_ssl hello_client_py.stamp31 hello_client.stamp: ../hello.thrift34 $(GENSRC): hello_client.stamp40 hello_client: src/main.cpp $(GENOBJ) $(GENHDR) target54 rm -Rf hello_client hello_client_compact hello_client_ssl $(GEN_DIR) gen-py *.stamp
100 | hello_client | TSocket | TBufferedTransport | TBinaryProtocol |110 Additionally, there is a ``hello_client.py`` Python script that can be used111 interchangeably with the ``hello_client`` C++ application to illustrate the115 | hello_client.py | TSocket | TBufferedTransport | TBinaryProtocol |144 In another terminal, run the ``hello_client`` sample app compiled for the149 $ ./hello_client 192.0.2.1165 In the client terminal, run ``hello_client.py`` app under the host OS (not170 $ ./hello_client.py
1482 "./samples/modules/thrift/hello/client/hello_client.py",