HomeSort by relevance Sort by last modified time
    Searched refs:set_call (Results 1 - 7 of 7) sorted by null

  /external/libcxx/test/std/utilities/variant/variant.visit/
visit.pass.cpp 52 set_call<Args &&...>(CT_NonConst | CT_LValue);
57 set_call<Args &&...>(CT_Const | CT_LValue);
63 set_call<Args &&...>(CT_NonConst | CT_RValue);
68 set_call<Args &&...>(CT_Const | CT_RValue);
72 template <class... Args> static void set_call(CallType type) { function in struct:ForwardingCallObject
  /external/grpc-grpc/src/cpp/client/
client_context.cc 82 void ClientContext::set_call(grpc_call* call, function in class:grpc::ClientContext
channel_cc.cc 135 context->set_call(c_call, shared_from_this());
  /external/libcxx/test/std/utilities/function.objects/func.not_fn/
not_fn.pass.cpp 142 set_call<Args&&...>(CT_NonConst | CT_LValue);
148 set_call<Args&&...>(CT_Const | CT_LValue);
155 set_call<Args&&...>(CT_NonConst | CT_RValue);
161 set_call<Args&&...>(CT_Const | CT_RValue);
166 static void set_call(CallType type) { function in struct:ForwardingCallObject
  /external/grpc-grpc/include/grpcpp/impl/codegen/
server_context.h 284 void set_call(grpc_call* call) { call_ = call; } function in class:grpc::ServerContext
client_context.h 403 void set_call(grpc_call* call, const std::shared_ptr<Channel>& channel);
  /external/grpc-grpc/src/cpp/server/
server_cc.cc 218 ctx_.set_call(mrd->call_);
690 context_->set_call(call_);

Completed in 315 milliseconds