Home
last modified time | relevance | path

Searched refs:RequestType (Results 1 – 18 of 18) sorted by relevance

/external/grpc-grpc/include/grpcpp/impl/codegen/
Dmethod_handler_impl.h52 template <class ServiceType, class RequestType, class ResponseType>
56 const RequestType*, ResponseType*)> in RpcMethodHandler() argument
62 RequestType req; in RunHandler()
63 Status status = SerializationTraits<RequestType>::Deserialize( in RunHandler()
91 std::function<Status(ServiceType*, ServerContext*, const RequestType*,
99 template <class ServiceType, class RequestType, class ResponseType>
104 ServerReader<RequestType>*, ResponseType*)> in ClientStreamingHandler() argument
110 ServerReader<RequestType> reader(param.call, param.server_context); in RunHandler()
135 std::function<Status(ServiceType*, ServerContext*, ServerReader<RequestType>*,
142 template <class ServiceType, class RequestType, class ResponseType>
[all …]
Dserver_context.h58 template <class ServiceType, class RequestType, class ResponseType>
60 template <class ServiceType, class RequestType, class ResponseType>
62 template <class ServiceType, class RequestType, class ResponseType>
64 template <class ServiceType, class RequestType, class ResponseType>
260 template <class ServiceType, class RequestType, class ResponseType>
262 template <class ServiceType, class RequestType, class ResponseType>
264 template <class ServiceType, class RequestType, class ResponseType>
Dcompletion_queue.h73 template <class ServiceType, class RequestType, class ResponseType>
75 template <class ServiceType, class RequestType, class ResponseType>
77 template <class ServiceType, class RequestType, class ResponseType>
79 template <class ServiceType, class RequestType, class ResponseType>
261 template <class ServiceType, class RequestType, class ResponseType>
263 template <class ServiceType, class RequestType, class ResponseType>
265 template <class ServiceType, class RequestType, class ResponseType>
Dsync_stream.h612 template <class ServiceType, class RequestType, class ResponseType>
686 template <class ServiceType, class RequestType, class ResponseType>
812 template <class RequestType, class ResponseType>
814 : public ServerReaderWriterInterface<ResponseType, RequestType> {
837 bool Read(RequestType* request) override { in Read()
862 internal::ServerReaderWriterBody<ResponseType, RequestType> body_;
867 ServerUnaryStreamer<RequestType, ResponseType>, true>;
877 template <class RequestType, class ResponseType>
879 : public ServerReaderWriterInterface<ResponseType, RequestType> {
902 bool Read(RequestType* request) override { in Read()
[all …]
Dbyte_buffer.h44 template <class ServiceType, class RequestType, class ResponseType>
46 template <class ServiceType, class RequestType, class ResponseType>
145 template <class ServiceType, class RequestType, class ResponseType>
147 template <class ServiceType, class RequestType, class ResponseType>
/external/grpc-grpc/test/cpp/qps/
Dserver_async.cc47 template <class RequestType, class ResponseType, class ServiceType,
54 std::function<void(ServiceType*, ServerContextType*, RequestType*, in AsyncQpsServerTest() argument
59 ServerAsyncReaderWriter<ResponseType, RequestType>*, in AsyncQpsServerTest() argument
63 ServerAsyncReader<ResponseType, RequestType>*, in AsyncQpsServerTest()
66 std::function<void(ServiceType*, ServerContextType*, RequestType*, in AsyncQpsServerTest()
71 ServerAsyncReaderWriter<ResponseType, RequestType>*, in AsyncQpsServerTest()
74 std::function<grpc::Status(const PayloadConfig&, RequestType*, in AsyncQpsServerTest()
252 std::function<void(ServerContextType*, RequestType*, in ServerRpcContextUnaryImpl() argument
256 std::function<grpc::Status(RequestType*, ResponseType*)> invoke_method) in ServerRpcContextUnaryImpl() argument
269 req_ = RequestType(); in Reset()
[all …]
Dclient_async.cc63 template <class RequestType, class ResponseType>
67 BenchmarkService::Stub* stub, const RequestType& req, in ClientRpcContextUnaryImpl() argument
71 BenchmarkService::Stub*, grpc::ClientContext*, const RequestType&, in ClientRpcContextUnaryImpl()
123 const RequestType& req_;
130 BenchmarkService::Stub*, grpc::ClientContext*, const RequestType&,
149 template <class StubType, class RequestType>
150 class AsyncClient : public ClientImpl<StubType, RequestType> {
157 using ClientImpl<StubType, RequestType>::cores_;
158 using ClientImpl<StubType, RequestType>::channels_;
159 using ClientImpl<StubType, RequestType>::request_;
[all …]
Dclient.h54 template <class RequestType>
57 ClientRequestCreator(RequestType* req, const PayloadConfig&) { in ClientRequestCreator()
418 template <class StubType, class RequestType>
439 ClientRequestCreator<RequestType> create_req(&request_, in ClientImpl()
446 RequestType request_;
/external/v8/tools/clang/traffic_annotation_extractor/tests/
Ddummy_classes.h27 enum RequestType { TEST_VALUE }; enum
31 URLFetcher::RequestType request_type,
37 URLFetcher::RequestType request_type,
42 URLFetcher::RequestType request_type,
49 URLFetcher::RequestType request_type,
Dtest-original.cc73 net::URLFetcher::Create(GURL(), net::URLFetcher::RequestType::TEST_VALUE, in TestURLFetcherCreate()
76 net::URLFetcher::Create(0, GURL(), net::URLFetcher::RequestType::TEST_VALUE, in TestURLFetcherCreate()
79 net::URLFetcher::Create(GURL(), net::URLFetcher::RequestType::TEST_VALUE, in TestURLFetcherCreate()
82 net::URLFetcher::Create(0, GURL(), net::URLFetcher::RequestType::TEST_VALUE, in TestURLFetcherCreate()
/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
90 static RequestType fromString(String str) { in fromString()
215 RequestType type = RequestType.fromString(typeStr); in emitHtmlBody()
216 if (type == RequestType.UNKNOWN) { in emitHtmlBody()
219 if (type == RequestType.RUNNING) { in emitHtmlBody()
230 if (type == RequestType.FAILED) { in emitHtmlBody()
270 Formatter formatter, String spanName, int returnedNum, RequestType type) { in emitSpanNameAndCountPages()
274 type == RequestType.RUNNING in emitSpanNameAndCountPages()
276 : type == RequestType.FINISHED ? "Finished" : "Failed", in emitSpanNameAndCountPages()
[all …]
/external/libchrome/mojo/public/cpp/bindings/
Dbinding_set.h29 using RequestType = InterfaceRequest<Interface>;
33 static RequestType MakeRequest(ProxyType* proxy) {
71 using RequestType = typename Traits::RequestType;
98 BindingId AddBinding(ImplPointerType impl, RequestType request) {
106 RequestType request,
216 RequestType request,
279 RequestType request,
Dassociated_binding_set.h18 using RequestType = AssociatedInterfaceRequest<Interface>;
/external/tensorflow/tensorflow/contrib/mpi_collectives/
Dmpi_message.proto27 enum RequestType { enum
36 RequestType request_type = 2;
Dmpi_ops.cc840 MPIRequest::RequestType rtype) { in EnqueueTensorCollective()
/external/libchrome/mojo/public/cpp/bindings/tests/
Dbind_task_runner_unittest.cc121 template <typename BindingType, typename RequestType>
124 IntegerSenderImpl(RequestType request, in IntegerSenderImpl()
/external/tensorflow/tensorflow/contrib/mpi_collectives/kernels/
Dmpi_ops.cc839 MPIRequest::RequestType rtype) { in EnqueueTensorCollective()
/external/syzkaller/sys/windows/
Dwindows.txt609 PowerSetRequest(PowerRequest HANDLE, RequestType int32)
610 PowerClearRequest(PowerRequest HANDLE, RequestType int32)