Home
last modified time | relevance | path

Searched defs:req_ (Results 1 – 22 of 22) sorted by relevance

/third_party/libuv/test/
Dtest-udp-dgram-too-big.c36 static uv_udp_send_t req_; variable
Dtest-udp-ipv6.c43 static uv_udp_send_t req_; variable
/third_party/node/test/parallel/
Dtest-tcp-wrap-connect.js20 req.oncomplete = function(status, client_, req_, readable, writable) { argument
Dtest-tcp-wrap-listen.js62 function done(status, client_, req_) { argument
/third_party/node/src/
Dnode_file.h59 uv_fs_t* req_; variable
205 uv_fs_t* req_ = nullptr; variable
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_grpc_client.h102 std::map<int64_t, std::unique_ptr<CacheClientRequestTag>> req_; variable
/third_party/grpc/test/cpp/qps/
Dserver_async.cc295 RequestType req_; member in grpc::testing::AsyncQpsServerTest::ServerRpcContextUnaryImpl
372 RequestType req_; member in grpc::testing::AsyncQpsServerTest::ServerRpcContextStreamingImpl
441 RequestType req_; member in grpc::testing::AsyncQpsServerTest::ServerRpcContextStreamingFromClientImpl
509 RequestType req_; member in grpc::testing::AsyncQpsServerTest::ServerRpcContextStreamingFromServerImpl
Dclient_async.cc123 const RequestType& req_; member in grpc::testing::ClientRpcContextUnaryImpl
438 const RequestType& req_; member in grpc::testing::ClientRpcContextStreamingPingPongImpl
594 const RequestType& req_; member in grpc::testing::ClientRpcContextStreamingFromClientImpl
715 const RequestType& req_; member in grpc::testing::ClientRpcContextStreamingFromServerImpl
861 ByteBuffer req_; member in grpc::testing::ClientRpcContextGenericStreamingImpl
/third_party/boost/libs/beast/example/http/client/async/
Dhttp_client_async.cpp46 http::request<http::empty_body> req_; member in session
/third_party/boost/libs/beast/example/http/client/async-ssl-system-executor/
Dhttp_client_async_ssl_system_executor.cpp51 http::request<http::empty_body> req_; member in session
/third_party/boost/libs/beast/example/http/client/async-ssl/
Dhttp_client_async_ssl.cpp50 http::request<http::empty_body> req_; member in session
/third_party/boost/libs/beast/example/http/client/crawl/
Dhttp_crawl.cpp155 http::request<http::empty_body> req_; member in worker
/third_party/boost/libs/beast/example/http/server/async/
Dhttp_server_async.cpp258 http::request<http::string_body> req_; member in session
/third_party/boost/libs/beast/example/http/server/stackless-ssl/
Dhttp_server_stackless_ssl.cpp287 http::request<http::string_body> req_; member in session
/third_party/boost/libs/beast/example/http/server/stackless/
Dhttp_server_stackless.cpp262 http::request<http::string_body> req_; member in session
/third_party/boost/libs/beast/example/http/server/async-ssl/
Dhttp_server_async_ssl.cpp282 http::request<http::string_body> req_; member in session
/third_party/boost/libs/beast/example/http/server/flex/
Dhttp_server_flex.cpp290 http::request<http::string_body> req_; member in session
/third_party/grpc/include/grpcpp/impl/codegen/
Dserver_callback_handlers.h664 const RequestType* req_; variable
/third_party/nghttp2/src/
Dshrpx_downstream.h531 Request req_; variable
/third_party/grpc/test/cpp/end2end/
Dtest_service_impl.cc309 const EchoRequest* const req_; in Echo() member in grpc::testing::CallbackTestServiceImpl::Echo::Reactor
Dclient_interceptors_end2end_test.cc272 EchoRequest req_; member in grpc::testing::__anonb07de2df0111::HijackingInterceptorMakesAnotherCall
/third_party/grpc/src/cpp/server/
Dserver_cc.cc623 Server::CallbackRequest<ServerContextType>* req_; member in grpc::Server::CallbackRequest::CallbackCallTag