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

  /external/grpc-grpc/include/grpcpp/impl/codegen/
rpc_service_method.h 57 class RpcServiceMethod : public RpcMethod {
60 RpcServiceMethod(const char* name, RpcMethod::RpcType type,
78 void SetServerAsyncType(RpcServiceMethod::AsyncType type) {
101 const char* TypeToString(RpcServiceMethod::AsyncType type) {
service_type.h 129 void AddMethod(internal::RpcServiceMethod* method) {
142 internal::RpcServiceMethod::AsyncType::ASYNC);
153 internal::RpcServiceMethod::AsyncType::RAW);
186 std::vector<std::unique_ptr<internal::RpcServiceMethod>> methods_;
server_interface.h 268 void RequestAsyncCall(internal::RpcServiceMethod* method,
280 void RequestAsyncCall(internal::RpcServiceMethod* method,
  /external/grpc-grpc/src/cpp/server/health/
default_health_check_service.h 44 internal::RpcServiceMethod* method_;
default_health_check_service.cc 44 method_ = new internal::RpcServiceMethod(
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_worker_service_impl.cc 71 AddMethod(new ::grpc::internal::RpcServiceMethod(
grpc_master_service_impl.cc 153 AddMethod(new ::grpc::internal::RpcServiceMethod(
  /external/tensorflow/tensorflow/contrib/verbs/
grpc_verbs_service_impl.cc 58 AddMethod(new ::grpc::internal::RpcServiceMethod(
  /external/flatbuffers/tests/
monster_test.grpc.fb.cc 87 AddMethod(new ::grpc::internal::RpcServiceMethod(
92 AddMethod(new ::grpc::internal::RpcServiceMethod(
97 AddMethod(new ::grpc::internal::RpcServiceMethod(
102 AddMethod(new ::grpc::internal::RpcServiceMethod(
  /external/grpc-grpc/src/cpp/server/
server_cc.cc 143 SyncRequest(internal::RpcServiceMethod* method, void* tag)
258 internal::RpcServiceMethod* const method_;
263 internal::RpcServiceMethod* const method_;
337 void AddSyncMethod(internal::RpcServiceMethod* method, void* tag) {
343 unknown_method_.reset(new internal::RpcServiceMethod(
382 std::unique_ptr<internal::RpcServiceMethod> unknown_method_;
383 std::unique_ptr<internal::RpcServiceMethod> health_check_;
480 internal::RpcServiceMethod* method) {
507 internal::RpcServiceMethod* method = it->get();
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
grpc_eager_service.cc 121 AddMethod(new ::grpc::internal::RpcServiceMethod(

Completed in 659 milliseconds