Home
last modified time | relevance | path

Searched defs:RequestType (Results 1 – 16 of 16) sorted by relevance

/third_party/grpc/test/cpp/qps/
Dserver_async.cc55 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()
Dclient_async.cc70 BenchmarkService::Stub* stub, const RequestType& req, in ClientRpcContextUnaryImpl()
341 ClientRpcContextStreamingPingPongImpl( in ClientRpcContextStreamingPingPongImpl()
660 BenchmarkService::Stub* stub, const RequestType& req, in ClientRpcContextStreamingFromServerImpl()
Dclient.h61 ClientRequestCreator(RequestType* /*req*/, const PayloadConfig&) { in ClientRequestCreator() argument
/third_party/grpc/src/python/grpcio/grpc/aio/
D_interceptor.py132 [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.py33 RequestType = TypeVar("RequestType") variable
D_base_call.py185 async def write(self, request: RequestType) -> None:
241 async def write(self, request: RequestType) -> None:
D_base_channel.py36 request: RequestType,
74 request: RequestType,
D_call.py487 async def _write(self, request: RequestType) -> None:
524 async def write(self, request: RequestType) -> None:
554 request: RequestType,
618 request: RequestType,
D_channel.py140 request: RequestType,
185 request: RequestType,
/third_party/grpc/include/grpcpp/support/
Dmethod_handler.h104 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.py37 RequestType = TypeVar("RequestType") variable
229 request: RequestType,
321 request: RequestType,
412 request_iterator: Iterator[RequestType],
503 request_iterator: Iterator[RequestType],
D_typing.py35 RequestType = TypeVar("RequestType") variable
/third_party/grpc/include/grpcpp/impl/
Dgeneric_stub_internal.h76 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCall()
112 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCallInternal()
Dserver_callback_handlers.h39 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/
Dbsd.rs9 pub type RequestType = c_int; typedef
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_request.h67 enum class RequestType : int16_t { enum