Home
last modified time | relevance | path

Searched defs:ServerContext (Results 1 – 15 of 15) sorted by relevance

/external/grpc-grpc/include/grpcpp/impl/codegen/
Dmethod_handler_impl.h55 RpcMethodHandler(std::function<Status(ServiceType*, ServerContext*, in RpcMethodHandler() argument
103 std::function<Status(ServiceType*, ServerContext*, in ClientStreamingHandler() argument
146 std::function<Status(ServiceType*, ServerContext*, const RequestType*, in ServerStreamingHandler() argument
198 std::function<Status(ServerContext*, Streamer*)> func) in TemplatedBidiStreamingHandler()
240 std::function<Status(ServiceType*, ServerContext*, in BidiStreamingHandler() argument
255 std::function<Status(ServerContext*, in StreamedUnaryHandler()
268 std::function<Status(ServerContext*, in SplitServerStreamingHandler()
Drpc_service_method.h35 class ServerContext; variable
Dserver_interface.h35 class ServerContext; variable
Dservice_type.h35 class ServerContext; variable
Dcompletion_queue.h67 class ServerContext; variable
Dclient_context.h89 class ServerContext; variable
/external/google-fruit/examples/server/
Dserver_context.h23 struct ServerContext { struct
25 std::string startupTime;
Dserver.cpp39 …void run(Component<Required<Request, ServerContext>, RequestDispatcher> (*getRequestDispatcherComp… in run() argument
91 … Component<Required<Request, ServerContext>, RequestDispatcher> (*getRequestDispatcherComponent)(), in getRequestDispatcherComponentWithContext() argument
/external/grpc-grpc/include/grpcpp/
Dopencensus.h45 class ServerContext; variable
Dserver.h45 class ServerContext; variable
/external/grpc-grpc/src/cpp/ext/filters/census/
Dgrpc_plugin.h30 class ServerContext; variable
/external/tensorflow/tensorflow/compiler/xla/rpc/
Dgrpc_service.cc58 ::grpc::Status GRPCService::Compile(::grpc::ServerContext* /*context*/, in Compile()
65 ::grpc::Status GRPCService::Execute(::grpc::ServerContext* /*context*/, in Execute()
73 ::grpc::ServerContext* /*context*/, const ExecuteGraphParallelRequest* arg, in ExecuteGraphParallel()
/external/grpc-grpc/src/cpp/server/
Dserver_context.cc118 ServerContext::ServerContext() in ServerContext() function in grpc::ServerContext
129 ServerContext::ServerContext(gpr_timespec deadline, grpc_metadata_array* arr) in ServerContext() function in grpc::ServerContext
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.h107 explicit ServerContext(std::unique_ptr<tensorflow::EagerContext> ctx, in ServerContext() function
/external/flatbuffers/tests/
Dmonster_test.grpc.fb.h24 class ServerContext; variable