Home
last modified time | relevance | path

Searched refs:RpcServiceMethod (Results 1 – 11 of 11) sorted by relevance

/external/grpc-grpc/include/grpcpp/impl/codegen/
Drpc_service_method.h57 class RpcServiceMethod : public RpcMethod {
60 RpcServiceMethod(const char* name, RpcMethod::RpcType type, in RpcServiceMethod() function
78 void SetServerAsyncType(RpcServiceMethod::AsyncType type) { in SetServerAsyncType()
101 const char* TypeToString(RpcServiceMethod::AsyncType type) { in TypeToString()
Dservice_type.h129 void AddMethod(internal::RpcServiceMethod* method) { in AddMethod()
142 internal::RpcServiceMethod::AsyncType::ASYNC); in MarkMethodAsync()
153 internal::RpcServiceMethod::AsyncType::RAW); in MarkMethodRaw()
186 std::vector<std::unique_ptr<internal::RpcServiceMethod>> methods_;
Dserver_interface.h268 void RequestAsyncCall(internal::RpcServiceMethod* method, in RequestAsyncCall()
280 void RequestAsyncCall(internal::RpcServiceMethod* method, in RequestAsyncCall()
/external/grpc-grpc/src/cpp/server/
Dserver_cc.cc143 SyncRequest(internal::RpcServiceMethod* method, void* tag) in SyncRequest()
258 internal::RpcServiceMethod* const method_;
263 internal::RpcServiceMethod* const method_;
337 void AddSyncMethod(internal::RpcServiceMethod* method, void* tag) { in AddSyncMethod()
343 unknown_method_.reset(new internal::RpcServiceMethod( in AddUnknownSyncMethod()
382 std::unique_ptr<internal::RpcServiceMethod> unknown_method_;
383 std::unique_ptr<internal::RpcServiceMethod> health_check_;
480 internal::RpcServiceMethod* method) { in PayloadHandlingForMethod()
507 internal::RpcServiceMethod* method = it->get(); in RegisterService()
/external/flatbuffers/tests/
Dmonster_test.grpc.fb.cc87 AddMethod(new ::grpc::internal::RpcServiceMethod( in Service()
92 AddMethod(new ::grpc::internal::RpcServiceMethod( in Service()
97 AddMethod(new ::grpc::internal::RpcServiceMethod( in Service()
102 AddMethod(new ::grpc::internal::RpcServiceMethod( in Service()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_worker_service_impl.cc71 AddMethod(new ::grpc::internal::RpcServiceMethod( in AsyncService()
Dgrpc_master_service_impl.cc153 AddMethod(new ::grpc::internal::RpcServiceMethod( in AsyncService()
/external/grpc-grpc/src/cpp/server/health/
Ddefault_health_check_service.h44 internal::RpcServiceMethod* method_;
Ddefault_health_check_service.cc44 method_ = new internal::RpcServiceMethod( in HealthCheckServiceImpl()
/external/tensorflow/tensorflow/contrib/verbs/
Dgrpc_verbs_service_impl.cc58 AddMethod(new ::grpc::internal::RpcServiceMethod( in AsyncService()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
Dgrpc_eager_service.cc121 AddMethod(new ::grpc::internal::RpcServiceMethod( in AsyncService()