Searched defs:RequestType (Results 1 – 5 of 5) sorted by relevance
| /external/grpc-grpc/test/cpp/qps/ |
| D | server_async.cc | 54 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()
|
| D | client_async.cc | 67 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/ |
| D | method_handler_impl.h | 56 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/ |
| D | block.rs | 129 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/ |
| D | TracezZPageHandler.java | 78 private enum RequestType { enum in TracezZPageHandler 86 RequestType(int value) { in RequestType() method in TracezZPageHandler.RequestType
|