Searched refs:RpcServiceMethod (Results 1 – 11 of 11) sorted by relevance
57 class RpcServiceMethod : public RpcMethod {60 RpcServiceMethod(const char* name, RpcMethod::RpcType type, in RpcServiceMethod() function78 void SetServerAsyncType(RpcServiceMethod::AsyncType type) { in SetServerAsyncType()101 const char* TypeToString(RpcServiceMethod::AsyncType type) { in TypeToString()
129 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_;
268 void RequestAsyncCall(internal::RpcServiceMethod* method, in RequestAsyncCall()280 void RequestAsyncCall(internal::RpcServiceMethod* method, in RequestAsyncCall()
143 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()
87 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()
71 AddMethod(new ::grpc::internal::RpcServiceMethod( in AsyncService()
153 AddMethod(new ::grpc::internal::RpcServiceMethod( in AsyncService()
44 internal::RpcServiceMethod* method_;
44 method_ = new internal::RpcServiceMethod( in HealthCheckServiceImpl()
58 AddMethod(new ::grpc::internal::RpcServiceMethod( in AsyncService()
121 AddMethod(new ::grpc::internal::RpcServiceMethod( in AsyncService()