Home
last modified time | relevance | path

Searched refs:FillOps (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/cpp/server/
Dserver_context.cc50 void FillOps(grpc_call* call, grpc_op* ops, size_t* nops) override;
91 void ServerContext::CompletionOp::FillOps(grpc_call* call, grpc_op* ops, in FillOps() function in grpc::ServerContext::CompletionOp
Dserver_cc.cc659 ops->FillOps(call->call(), cops, &nops); in PerformOpsOnCall()
767 internal::UnknownMethodHandler::FillOps(request_->context(), this); in UnimplementedAsyncResponse()
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dmethod_handler_impl.h281 static void FillOps(ServerContext* context, T* ops) { in FillOps() function
296 FillOps(param.server_context, &ops); in RunHandler()
Dcall.h601 virtual void FillOps(grpc_call* call, grpc_op* ops, size_t* nops) = 0;
627 void FillOps(grpc_call* call, grpc_op* ops, size_t* nops) override { in FillOps() function
/external/grpc-grpc/src/cpp/client/
Dchannel_cc.cc144 ops->FillOps(call->call(), cops, &nops); in PerformOpsOnCall()