/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | method_handler_impl.h | 52 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 …]
|
D | server_context.h | 58 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>
|
D | completion_queue.h | 73 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>
|
D | sync_stream.h | 612 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 …]
|
D | byte_buffer.h | 44 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/ |
D | server_async.cc | 47 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 …]
|
D | client_async.cc | 63 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 …]
|
D | client.h | 54 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/ |
D | dummy_classes.h | 27 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,
|
D | test-original.cc | 73 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/ |
D | TracezZPageHandler.java | 78 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/ |
D | binding_set.h | 29 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,
|
D | associated_binding_set.h | 18 using RequestType = AssociatedInterfaceRequest<Interface>;
|
/external/tensorflow/tensorflow/contrib/mpi_collectives/ |
D | mpi_message.proto | 27 enum RequestType { enum 36 RequestType request_type = 2;
|
D | mpi_ops.cc | 840 MPIRequest::RequestType rtype) { in EnqueueTensorCollective()
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | bind_task_runner_unittest.cc | 121 template <typename BindingType, typename RequestType> 124 IntegerSenderImpl(RequestType request, in IntegerSenderImpl()
|
/external/tensorflow/tensorflow/contrib/mpi_collectives/kernels/ |
D | mpi_ops.cc | 839 MPIRequest::RequestType rtype) { in EnqueueTensorCollective()
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 609 PowerSetRequest(PowerRequest HANDLE, RequestType int32) 610 PowerClearRequest(PowerRequest HANDLE, RequestType int32)
|