Home
last modified time | relevance | path

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

/external/grpc-grpc/src/cpp/client/
Dclient_context.cc82 void ClientContext::set_call(grpc_call* call, in set_call() function in grpc::ClientContext
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dserver_context.h284 void set_call(grpc_call* call) { call_ = call; } in set_call() function
/external/libcxx/test/std/utilities/variant/variant.visit/
Dvisit.pass.cpp72 template <class... Args> static void set_call(CallType type) { in set_call() function
/external/libcxx/test/std/utilities/function.objects/func.not_fn/
Dnot_fn.pass.cpp166 static void set_call(CallType type) { in set_call() function