Home
last modified time | relevance | path

Searched defs:client_context (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/include/grpcpp/impl/codegen/
Dclient_interceptor.h98 grpc_impl::ClientContext* client_context() { return ctx_; } in client_context() function
/third_party/grpc/test/cpp/end2end/
Dchannelz_service_test.cc72 std::unique_ptr<ClientContext> client_context = in Echo() local
84 std::unique_ptr<ClientContext> client_context = in BidiStream() local
Dend2end_test.cc254 std::unique_ptr<ClientContext> client_context = in Echo() local
/third_party/python/Lib/test/
Dtest_ssl.py2681 def server_params_test(client_context, server_context, indata=b"FOO\n", argument