Home
last modified time | relevance | path

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

12

/external/grpc-grpc/test/cpp/qps/
Dserver_async.cc55 std::function<void(ServiceType*, ServerContextType*, RequestType*, in AsyncQpsServerTest() argument
60 ServerAsyncReaderWriter<ResponseType, RequestType>*, in AsyncQpsServerTest() argument
256 std::function<void(ServerContextType*, RequestType*, in ServerRpcContextUnaryImpl() argument
260 std::function<grpc::Status(RequestType*, ResponseType*)> invoke_method) in ServerRpcContextUnaryImpl()
314 grpc::ServerAsyncReaderWriter<ResponseType, RequestType>*, void*)> in ServerRpcContextStreamingImpl() argument
316 std::function<grpc::Status(RequestType*, ResponseType*)> invoke_method) in ServerRpcContextStreamingImpl()
392 grpc::ServerAsyncReader<ResponseType, RequestType>*, in ServerRpcContextStreamingFromClientImpl() argument
395 std::function<grpc::Status(RequestType*, ResponseType*)> invoke_method) in ServerRpcContextStreamingFromClientImpl()
460 std::function<void(ServerContextType*, RequestType*, in ServerRpcContextStreamingFromServerImpl() argument
463 std::function<grpc::Status(RequestType*, ResponseType*)> invoke_method) in ServerRpcContextStreamingFromServerImpl()
/external/grpc-grpc/src/python/grpcio/grpc/aio/
D_interceptor.py131 [ClientCallDetails, RequestType], UnaryUnaryCall argument
134 request: RequestType,
167 [ClientCallDetails, RequestType], UnaryStreamCall argument
170 request: RequestType,
207 [ClientCallDetails, RequestType], StreamUnaryCall argument
249 [ClientCallDetails, RequestType], StreamStreamCall argument
542 self, request: RequestType, call: InterceptedCall
560 async def write(self, request: RequestType) -> None:
619 request: RequestType,
656 request: RequestType,
[all …]
D_base_call.py185 async def write(self, request: RequestType) -> None:
241 async def write(self, request: RequestType) -> None:
D_typing.py33 RequestType = TypeVar("RequestType") variable
D_call.py478 async def _write(self, request: RequestType) -> None:
515 async def write(self, request: RequestType) -> None:
545 request: RequestType,
609 request: RequestType,
D_base_channel.py36 request: RequestType,
74 request: RequestType,
D_channel.py140 request: RequestType,
185 request: RequestType,
/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/support/
Dmethod_handler.h103 const RequestType*, ResponseType*)> in RpcMethodHandler()
145 ServerReader<RequestType>*, ResponseType*)> in ClientStreamingHandler()
193 const RequestType*, ServerWriter<ResponseType>*)> in ServerStreamingHandler()
331 ServerUnaryStreamer<RequestType, ResponseType>*)> in StreamedUnaryHandler()
346 ServerSplitStreamer<RequestType, ResponseType>*)> in SplitServerStreamingHandler()
/external/grpc-grpc/include/grpcpp/support/
Dmethod_handler.h103 const RequestType*, ResponseType*)> in RpcMethodHandler()
145 ServerReader<RequestType>*, ResponseType*)> in ClientStreamingHandler()
193 const RequestType*, ServerWriter<ResponseType>*)> in ServerStreamingHandler()
331 ServerUnaryStreamer<RequestType, ResponseType>*)> in StreamedUnaryHandler()
346 ServerSplitStreamer<RequestType, ResponseType>*)> in SplitServerStreamingHandler()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/
Dmethod_handler.h103 const RequestType*, ResponseType*)> in RpcMethodHandler()
145 ServerReader<RequestType>*, ResponseType*)> in ClientStreamingHandler()
193 const RequestType*, ServerWriter<ResponseType>*)> in ServerStreamingHandler()
331 ServerUnaryStreamer<RequestType, ResponseType>*)> in StreamedUnaryHandler()
346 ServerSplitStreamer<RequestType, ResponseType>*)> in SplitServerStreamingHandler()
/external/grpc-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
/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/
Dserver_callback_handlers.h37 const RequestType*, ResponseType*)> in CallbackUnaryHandler()
42 MessageAllocator<RequestType, ResponseType>* allocator) { in SetMessageAllocator()
180 MessageHolder<RequestType, ResponseType>* allocator_state, in ServerCallbackUnaryImpl()
671 std::function<ServerBidiReactor<RequestType, ResponseType>*( in CallbackBidiHandler()
810 void SetupReactor(ServerBidiReactor<RequestType, ResponseType>* reactor) { in SetupReactor()
/external/grpc-grpc/include/grpcpp/impl/
Dserver_callback_handlers.h38 const RequestType*, ResponseType*)> in CallbackUnaryHandler()
43 MessageAllocator<RequestType, ResponseType>* allocator) { in SetMessageAllocator()
181 MessageHolder<RequestType, ResponseType>* allocator_state, in ServerCallbackUnaryImpl()
678 std::function<ServerBidiReactor<RequestType, ResponseType>*( in CallbackBidiHandler()
819 void SetupReactor(ServerBidiReactor<RequestType, ResponseType>* reactor) { in SetupReactor()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/
Dserver_callback_handlers.h37 const RequestType*, ResponseType*)> in CallbackUnaryHandler()
42 MessageAllocator<RequestType, ResponseType>* allocator) { in SetMessageAllocator()
180 MessageHolder<RequestType, ResponseType>* allocator_state, in ServerCallbackUnaryImpl()
671 std::function<ServerBidiReactor<RequestType, ResponseType>*( in CallbackBidiHandler()
810 void SetupReactor(ServerBidiReactor<RequestType, ResponseType>* reactor) { in SetupReactor()
/external/grpc-grpc/include/grpcpp/generic/
Dgeneric_stub.h116 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCall()
148 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCallInternal()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/generic/
Dgeneric_stub.h116 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCall()
148 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCallInternal()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/generic/
Dgeneric_stub.h116 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCall()
148 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCallInternal()
/external/cronet/tot/net/base/
Disolation_info.h58 enum class RequestType { enum
/external/cronet/stable/net/base/
Disolation_info.h58 enum class RequestType { enum
/external/rust/android-crates-io/crates/rusb/src/
Dfields.rs111 pub enum RequestType { enum
222 request_type: RequestType, in request_type()
/external/rust/android-crates-io/crates/nix/src/sys/ptrace/
Dbsd.rs9 pub type RequestType = c_int; typedef
/external/googleapis/google/cloud/datapipelines/logging/v1/
Dlogging.proto30 enum RequestType { enum
/external/opencensus-java/contrib/zpages/src/main/java/io/opencensus/contrib/zpages/
DTracezZPageHandler.java78 private enum RequestType { enum in TracezZPageHandler
86 RequestType(int value) { in RequestType() method in TracezZPageHandler.RequestType
/external/perfetto/ui/src/plugins/dev.perfetto.RecordTraceV2/tracing_protocol/
Dtracing_protocol.ts317 type RequestType<T extends RpcAllMethodName> = InstanceType< alias

12