Home
last modified time | relevance | path

Searched refs:NORMAL_RPC (Results 1 – 7 of 7) sorted by relevance

/third_party/grpc/include/grpcpp/generic/
Dgeneric_stub.h70 grpc::internal::RpcMethod::NORMAL_RPC), in PrepareUnaryCall()
170 grpc::internal::RpcMethod::NORMAL_RPC), in UnaryCallInternal()
182 grpc::internal::RpcMethod::NORMAL_RPC), in PrepareUnaryCallInternal()
/third_party/grpc/include/grpcpp/impl/codegen/
Drpc_method.h32 NORMAL_RPC = 0, enumerator
Dserver_interceptor.h83 static_cast<Type>(internal::RpcMethod::NORMAL_RPC),
Dclient_interceptor.h102 static_cast<Type>(internal::RpcMethod::NORMAL_RPC),
/third_party/flatbuffers/tests/
Dmonster_test.grpc.fb.cc32 … rpcmethod_Store_(MonsterStorage_method_names[0], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) in Stub()
89 ::grpc::internal::RpcMethod::NORMAL_RPC, in Service()
/third_party/grpc/src/cpp/server/
Dserver_cc.cc344 grpc::internal::RpcMethod::NORMAL_RPC || in SyncRequest()
551 grpc::internal::RpcMethod::NORMAL_RPC || in CallbackRequest()
1021 case grpc::internal::RpcMethod::NORMAL_RPC: in PayloadHandlingForMethod()
/third_party/grpc/src/cpp/server/health/
Ddefault_health_check_service.cc159 kHealthCheckMethodName, internal::RpcMethod::NORMAL_RPC, nullptr)); in HealthCheckServiceImpl()