| /third_party/grpc/test/cpp/qps/ |
| D | server_async.cc | 55 std::function<void(ServiceType*, ServerContextType*, RequestType*, in AsyncQpsServerTest() argument 60 ServerAsyncReaderWriter<ResponseType, RequestType>*, in AsyncQpsServerTest() argument 254 std::function<void(ServerContextType*, RequestType*, in ServerRpcContextUnaryImpl() argument 258 std::function<grpc::Status(RequestType*, ResponseType*)> invoke_method) in ServerRpcContextUnaryImpl() 312 grpc::ServerAsyncReaderWriter<ResponseType, RequestType>*, void*)> in ServerRpcContextStreamingImpl() argument 314 std::function<grpc::Status(RequestType*, ResponseType*)> invoke_method) in ServerRpcContextStreamingImpl() 390 grpc::ServerAsyncReader<ResponseType, RequestType>*, in ServerRpcContextStreamingFromClientImpl() argument 393 std::function<grpc::Status(RequestType*, ResponseType*)> invoke_method) in ServerRpcContextStreamingFromClientImpl() 458 std::function<void(ServerContextType*, RequestType*, in ServerRpcContextStreamingFromServerImpl() argument 461 std::function<grpc::Status(RequestType*, ResponseType*)> invoke_method) in ServerRpcContextStreamingFromServerImpl()
|
| D | client_async.cc | 70 BenchmarkService::Stub* stub, const RequestType& req, in ClientRpcContextUnaryImpl() 341 ClientRpcContextStreamingPingPongImpl( in ClientRpcContextStreamingPingPongImpl() 660 BenchmarkService::Stub* stub, const RequestType& req, in ClientRpcContextStreamingFromServerImpl()
|
| D | client.h | 61 ClientRequestCreator(RequestType* /*req*/, const PayloadConfig&) { in ClientRequestCreator() argument
|
| /third_party/grpc/src/python/grpcio/grpc/aio/ |
| D | _interceptor.py | 132 [ClientCallDetails, RequestType], UnaryUnaryCall argument 135 request: RequestType, 168 [ClientCallDetails, RequestType], UnaryStreamCall argument 171 request: RequestType, 208 [ClientCallDetails, RequestType], StreamUnaryCall argument 250 [ClientCallDetails, RequestType], StreamStreamCall argument 546 self, request: RequestType, call: InterceptedCall 564 async def write(self, request: RequestType) -> None: 623 request: RequestType, 660 request: RequestType, [all …]
|
| D | _typing.py | 33 RequestType = TypeVar("RequestType") variable
|
| D | _base_call.py | 185 async def write(self, request: RequestType) -> None: 241 async def write(self, request: RequestType) -> None:
|
| D | _base_channel.py | 36 request: RequestType, 74 request: RequestType,
|
| D | _call.py | 487 async def _write(self, request: RequestType) -> None: 524 async def write(self, request: RequestType) -> None: 554 request: RequestType, 618 request: RequestType,
|
| D | _channel.py | 140 request: RequestType, 185 request: RequestType,
|
| /third_party/grpc/include/grpcpp/support/ |
| D | method_handler.h | 104 const RequestType*, ResponseType*)> in RpcMethodHandler() 146 ServerReader<RequestType>*, ResponseType*)> in ClientStreamingHandler() 194 const RequestType*, ServerWriter<ResponseType>*)> in ServerStreamingHandler() 332 ServerUnaryStreamer<RequestType, ResponseType>*)> in StreamedUnaryHandler() 347 ServerSplitStreamer<RequestType, ResponseType>*)> in SplitServerStreamingHandler()
|
| /third_party/grpc/src/python/grpcio/grpc/ |
| D | _simple_stubs.py | 37 RequestType = TypeVar("RequestType") variable 229 request: RequestType, 321 request: RequestType, 412 request_iterator: Iterator[RequestType], 503 request_iterator: Iterator[RequestType],
|
| D | _typing.py | 35 RequestType = TypeVar("RequestType") variable
|
| /third_party/grpc/include/grpcpp/impl/ |
| D | generic_stub_internal.h | 76 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCall() 112 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCallInternal()
|
| D | server_callback_handlers.h | 39 const RequestType*, ResponseType*)> in CallbackUnaryHandler() 44 MessageAllocator<RequestType, ResponseType>* allocator) { in SetMessageAllocator() 182 MessageHolder<RequestType, ResponseType>* allocator_state, in ServerCallbackUnaryImpl() 679 std::function<ServerBidiReactor<RequestType, ResponseType>*( in CallbackBidiHandler() 820 void SetupReactor(ServerBidiReactor<RequestType, ResponseType>* reactor) { in SetupReactor()
|
| /third_party/rust/crates/nix/src/sys/ptrace/ |
| D | bsd.rs | 9 pub type RequestType = c_int; typedef
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/cache/ |
| D | cache_request.h | 67 enum class RequestType : int16_t { enum
|