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

  /external/grpc-grpc/src/cpp/server/
server_context.cc 38 // CompletionOp
40 class ServerContext::CompletionOp final : public internal::CallOpSetInterface {
43 CompletionOp()
83 void ServerContext::CompletionOp::Unref() {
91 void ServerContext::CompletionOp::FillOps(grpc_call* call, grpc_op* ops,
100 bool ServerContext::CompletionOp::FinalizeResult(void** tag, bool* status) {
153 completion_op_ = new CompletionOp();
  /external/grpc-grpc/include/grpcpp/impl/codegen/
server_context.h 276 class CompletionOp;
288 CompletionOp* completion_op_;

Completed in 612 milliseconds