Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/qps/
Dserver_async.cc54 std::function<void(ServiceType*, ServerContextType*, RequestType*, in AsyncQpsServerTest() argument
59 ServerAsyncReaderWriter<ResponseType, RequestType>*, in AsyncQpsServerTest() argument
252 std::function<void(ServerContextType*, RequestType*, in ServerRpcContextUnaryImpl() argument
256 std::function<grpc::Status(RequestType*, ResponseType*)> invoke_method) in ServerRpcContextUnaryImpl()
310 grpc::ServerAsyncReaderWriter<ResponseType, RequestType>*, void*)> in ServerRpcContextStreamingImpl() argument
312 std::function<grpc::Status(RequestType*, ResponseType*)> invoke_method) in ServerRpcContextStreamingImpl()
388 grpc::ServerAsyncReader<ResponseType, RequestType>*, in ServerRpcContextStreamingFromClientImpl() argument
391 std::function<grpc::Status(RequestType*, ResponseType*)> invoke_method) in ServerRpcContextStreamingFromClientImpl()
456 std::function<void(ServerContextType*, RequestType*, in ServerRpcContextStreamingFromServerImpl() argument
459 std::function<grpc::Status(RequestType*, ResponseType*)> invoke_method) in ServerRpcContextStreamingFromServerImpl()
Dclient_async.cc67 BenchmarkService::Stub* stub, const RequestType& req, in ClientRpcContextUnaryImpl()
338 ClientRpcContextStreamingPingPongImpl( in ClientRpcContextStreamingPingPongImpl()
655 BenchmarkService::Stub* stub, const RequestType& req, in ClientRpcContextStreamingFromServerImpl()
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dmethod_handler_impl.h56 const RequestType*, ResponseType*)> in RpcMethodHandler()
104 ServerReader<RequestType>*, ResponseType*)> in ClientStreamingHandler()
146 std::function<Status(ServiceType*, ServerContext*, const RequestType*, in ServerStreamingHandler()
256 ServerUnaryStreamer<RequestType, ResponseType>*)> in StreamedUnaryHandler()
269 ServerSplitStreamer<RequestType, ResponseType>*)> in SplitServerStreamingHandler()
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dmethod_handler.h102 const RequestType*, ResponseType*)> in RpcMethodHandler()
145 ServerReader<RequestType>*, ResponseType*)> in ClientStreamingHandler()
193 const RequestType*, ServerWriter<ResponseType>*)> in ServerStreamingHandler()
333 ServerUnaryStreamer<RequestType, ResponseType>*)> in StreamedUnaryHandler()
348 ServerSplitStreamer<RequestType, ResponseType>*)> in SplitServerStreamingHandler()
Dserver_callback_handlers.h35 const RequestType*, ResponseType*)> in CallbackUnaryHandler()
40 ::grpc::experimental::MessageAllocator<RequestType, ResponseType>* in SetMessageAllocator()
184 ::grpc::experimental::MessageHolder<RequestType, ResponseType>* in ServerCallbackUnaryImpl()
665 std::function<ServerBidiReactor<RequestType, ResponseType>*( in CallbackBidiHandler()
805 void SetupReactor(ServerBidiReactor<RequestType, ResponseType>* reactor) { in SetupReactor()
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dmethod_handler.h102 const RequestType*, ResponseType*)> in RpcMethodHandler()
145 ServerReader<RequestType>*, ResponseType*)> in ClientStreamingHandler()
193 const RequestType*, ServerWriter<ResponseType>*)> in ServerStreamingHandler()
333 ServerUnaryStreamer<RequestType, ResponseType>*)> in StreamedUnaryHandler()
348 ServerSplitStreamer<RequestType, ResponseType>*)> in SplitServerStreamingHandler()
Dserver_callback_handlers.h35 const RequestType*, ResponseType*)> in CallbackUnaryHandler()
40 ::grpc::experimental::MessageAllocator<RequestType, ResponseType>* in SetMessageAllocator()
184 ::grpc::experimental::MessageHolder<RequestType, ResponseType>* in ServerCallbackUnaryImpl()
665 std::function<ServerBidiReactor<RequestType, ResponseType>*( in CallbackBidiHandler()
805 void SetupReactor(ServerBidiReactor<RequestType, ResponseType>* reactor) { in SetupReactor()
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/generic/
Dgeneric_stub.h111 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCall()
148 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCall()
188 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCallInternal()
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/generic/
Dgeneric_stub.h111 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCall()
148 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCall()
188 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCallInternal()
/external/rust/crates/nix/src/sys/ptrace/
Dbsd.rs9 pub type RequestType = c_int; typedef
/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/libusb/libusb/os/
Dwindows_winusb.h480 UCHAR RequestType; member