Home
last modified time | relevance | path

Searched defs:RequestType (Results 1 – 5 of 5) 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/crosvm/devices/src/virtio/
Dblock.rs129 enum RequestType { enum
138 impl Display for RequestType { implementation
187 ) -> result::Result<RequestType, ParseError> { in request_type()
419 req_type: RequestType, in parse_discard_write_zeroes()
463 req_type: RequestType, in parse_read_write()
/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