Searched defs:ClientContext (Results 1 – 9 of 9) sorted by relevance
| /third_party/grpc/src/cpp/client/ |
| D | client_context.cc | 52 void DefaultConstructor(ClientContext* /*context*/) override {} in DefaultConstructor() argument 53 void Destructor(ClientContext* /*context*/) override {} in Destructor() argument 61 ClientContext::ClientContext() in ClientContext() function in grpc::ClientContext
|
| /third_party/grpc/include/grpcpp/impl/ |
| D | channel_interface.h | 54 class ClientContext; variable 154 const internal::RpcMethod& /*method*/, grpc::ClientContext* /*context*/, in CreateCallInternal()
|
| D | client_unary_call.h | 30 class ClientContext; variable
|
| /third_party/grpc/test/cpp/util/ |
| D | cli_call.h | 32 class ClientContext; variable
|
| /third_party/grpc/include/grpcpp/support/ |
| D | async_unary_call.h | 115 std::function<void(ClientContext*, internal::Call*, in SetupRequest()
|
| D | client_interceptor.h | 34 class ClientContext; variable
|
| D | client_callback.h | 38 class ClientContext; variable
|
| /third_party/grpc/test/cpp/qps/ |
| D | client_async.cc | 74 BenchmarkService::Stub*, grpc::ClientContext*, const RequestType&, in ClientRpcContextUnaryImpl() 346 BenchmarkService::Stub*, grpc::ClientContext*, CompletionQueue*)> in ClientRpcContextStreamingPingPongImpl() 531 BenchmarkService::Stub*, grpc::ClientContext*, ResponseType*, in ClientRpcContextStreamingFromClientImpl() 663 BenchmarkService::Stub*, grpc::ClientContext*, const RequestType&, in ClientRpcContextStreamingFromServerImpl() 778 grpc::GenericStub*, grpc::ClientContext*, in ClientRpcContextGenericStreamingImpl()
|
| /third_party/grpc/include/grpcpp/ |
| D | server_context.h | 100 class ClientContext; variable
|