Home
last modified time | relevance | path

Searched defs:set_call (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/cpp/client/
Dclient_context.cc115 void ClientContext::set_call(grpc_call* call, in set_call() function in grpc::ClientContext
/third_party/grpc/include/grpcpp/impl/codegen/
Dserver_context_impl.h396 void set_call(grpc_call* call) { call_ = call; } in set_call() function
Dserver_context.h415 void set_call(grpc_call* call) { call_.call = call; } in set_call() function