Searched refs:FillOps (Results 1 – 5 of 5) sorted by relevance
/external/grpc-grpc/src/cpp/server/ |
D | server_context.cc | 50 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
|
D | server_cc.cc | 659 ops->FillOps(call->call(), cops, &nops); in PerformOpsOnCall() 767 internal::UnknownMethodHandler::FillOps(request_->context(), this); in UnimplementedAsyncResponse()
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | method_handler_impl.h | 281 static void FillOps(ServerContext* context, T* ops) { in FillOps() function 296 FillOps(param.server_context, &ops); in RunHandler()
|
D | call.h | 601 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/ |
D | channel_cc.cc | 144 ops->FillOps(call->call(), cops, &nops); in PerformOpsOnCall()
|