HomeSort by relevance Sort by last modified time
    Searched defs:ServerContext (Results 1 - 5 of 5) sorted by null

  /external/google-fruit/examples/server/
server_context.h 23 struct ServerContext {
  /external/tensorflow/tensorflow/core/distributed_runtime/eager/
eager_service_impl.h 105 class ServerContext : public core::RefCounted {
107 explicit ServerContext(std::unique_ptr<tensorflow::EagerContext> ctx,
114 ~ServerContext() {
194 // The returned ServerContext will need to be Unrefed.
195 tensorflow::Status GetServerContext(uint64, ServerContext**);
198 Status ExecuteOp(const Operation& operation, ServerContext* server_context,
203 std::unordered_map<uint64, ServerContext*> contexts_ GUARDED_BY(contexts_mu_);
  /external/grpc-grpc/src/cpp/server/
server_context.cc 40 class ServerContext::CompletionOp final : public internal::CallOpSetInterface {
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) {
116 // ServerContext body
118 ServerContext::ServerContext()
129 ServerContext::ServerContext(gpr_timespec deadline, grpc_metadata_array* arr)
142 ServerContext::~ServerContext()
    [all...]
  /external/grpc-grpc/include/grpcpp/impl/codegen/
server_context.h 82 /// A ServerContext allows the person implementing a service handler to:
96 /// \warning ServerContext instances should \em not be reused across rpcs.
97 class ServerContext {
99 ServerContext(); // for async calls
100 ~ServerContext();
273 ServerContext(const ServerContext&);
274 ServerContext& operator=(const ServerContext&);
282 ServerContext(gpr_timespec deadline, grpc_metadata_array* arr)
    [all...]
  /external/grpc-grpc-java/netty/shaded/
grpc-netty-shaded-1.14.0.jar 

Completed in 474 milliseconds