Home
last modified time | relevance | path

Searched refs:host_ (Results 1 – 25 of 43) sorted by relevance

12

/third_party/cef/libcef/browser/views/
Doverlay_view_host.cc27 : host_(host), view_(view) {} in CefOverlayControllerImpl()
46 return view_util::GetWindowFor(host_->window_view()->GetWidget()); in GetWindow()
53 return host_->docking_mode(); in GetDockingMode()
60 host_->Destroy(); in Destroy()
66 if (IsValid() && host_->docking_mode() == CEF_DOCKING_MODE_CUSTOM) { in SetBounds()
67 host_->SetOverlayBounds( in SetBounds()
74 const auto& bounds = host_->bounds(); in GetBounds()
82 const auto& bounds = host_->widget()->GetWindowBoundsInScreen(); in GetBoundsInScreen()
89 if (IsValid() && host_->docking_mode() == CEF_DOCKING_MODE_CUSTOM) { in SetSize()
91 const auto& origin = host_->bounds().origin(); in SetSize()
[all …]
/third_party/grpc/include/grpcpp/impl/codegen/
Dasync_generic_service.h42 const std::string& host() const { return host_; } in host()
48 std::string host_; variable
94 const std::string& host() const { return host_; } in host()
100 std::string host_; variable
/third_party/boost/libs/beast/example/websocket/client/async-ssl/
Dwebsocket_client_async_ssl.cpp52 std::string host_; member in session
72 host_ = host; in run()
112 host_ += ':' + std::to_string(ep.port()); in on_connect()
120 host_.c_str())) in on_connect()
160 ws_.async_handshake(host_, "/", in on_ssl_handshake()
/third_party/boost/libs/beast/example/websocket/client/async-ssl-system-executor/
Dwebsocket_client_async_ssl_system_executor.cpp53 std::string host_; member in session
80 host_ = host; in run()
120 host_ += ':' + std::to_string(ep.port()); in on_connect()
128 host_.c_str())) in on_connect()
168 ws_.async_handshake(host_, "/", in on_ssl_handshake()
/third_party/boost/boost/asio/ssl/impl/
Dhost_name_verification.ipp49 ip::address address = ip::make_address(host_, ec);
57 return X509_check_ip_asc(cert, host_.c_str(), 0) == 1;
63 host_.c_str(), host_.size(), 0, &peername);
Drfc2818_verification.ipp51 ip::address address = ip::make_address(host_, ec);
70 if (match_pattern(pattern, pattern_length, host_.c_str()))
119 if (match_pattern(pattern, pattern_length, host_.c_str()))
/third_party/boost/libs/asio/include/boost/asio/ssl/impl/
Dhost_name_verification.ipp49 ip::address address = ip::make_address(host_, ec);
57 return X509_check_ip_asc(cert, host_.c_str(), 0) == 1;
63 host_.c_str(), host_.size(), 0, &peername);
Drfc2818_verification.ipp51 ip::address address = ip::make_address(host_, ec);
70 if (match_pattern(pattern, pattern_length, host_.c_str()))
119 if (match_pattern(pattern, pattern_length, host_.c_str()))
/third_party/boost/libs/beast/example/websocket/client/async/
Dwebsocket_client_async.cpp46 std::string host_; member in session
66 host_ = host; in run()
124 host_ += ':' + std::to_string(ep.port()); in on_connect()
127 ws_.async_handshake(host_, "/", in on_connect()
/third_party/grpc/src/cpp/client/
Dchannel_cc.cc51 : host_(host), c_channel_(channel) { in Channel()
118 } else if (!host_.empty()) { in CreateCallInternal()
119 host_str = &host_; in CreateCallInternal()
164 c_channel_, method, host_.empty() ? nullptr : host_.c_str(), nullptr); in RegisterMethod()
/third_party/grpc/test/cpp/end2end/
Dtest_service_impl.h121 TestMultipleServiceImpl() : signal_client_(false), host_() {} in TestMultipleServiceImpl()
123 : signal_client_(false), host_(new std::string(host)) {} in TestMultipleServiceImpl()
163 if (host_) { in Echo()
164 response->mutable_param()->set_host(*host_); in Echo()
433 std::unique_ptr<std::string> host_; variable
439 CallbackTestServiceImpl() : signal_client_(false), host_() {} in CallbackTestServiceImpl()
441 : signal_client_(false), host_(new std::string(host)) {} in CallbackTestServiceImpl()
474 std::unique_ptr<std::string> host_; variable
/third_party/boost/boost/asio/ssl/
Dhost_name_verification.hpp69 : host_(host) in host_name_verification()
79 std::string host_; member in boost::asio::ssl::host_name_verification
Drfc2818_verification.hpp71 : host_(host) in rfc2818_verification()
85 std::string host_; member in boost::asio::ssl::rfc2818_verification
/third_party/boost/libs/asio/include/boost/asio/ssl/
Dhost_name_verification.hpp69 : host_(host) in host_name_verification()
79 std::string host_; member in boost::asio::ssl::host_name_verification
Drfc2818_verification.hpp71 : host_(host) in rfc2818_verification()
85 std::string host_; member in boost::asio::ssl::rfc2818_verification
/third_party/openh264/module/
Dgmp-openh264.cpp187 host_ (hostAPI), in OpenH264VideoEncoder()
389 host_ = nullptr; in EncodingComplete()
520 if (!host_) { in Encode_m()
526 GMPErr err = host_->CreateFrame (kGMPEncodedVideoFrame, &ftmp); in Encode_m()
601 GMPVideoHost* host_; member in OpenH264VideoEncoder
623 host_ (hostAPI), in OpenH264VideoDecoder()
777 host_ = nullptr; in DecodingComplete()
887 if (!host_) { in Decode_m()
892 GMPErr err = host_->CreateFrame (kGMPI420VideoFrame, &ftmp); in Decode_m()
922 GMPVideoHost* host_; member in OpenH264VideoDecoder
/third_party/cef/patch/patches/
Dosr_fling_2745.patch13 if (host_->GetView() && host_->GetView()->GetNativeView() &&
14 host_->GetView()->GetNativeView()->GetHost() &&
Drwh_background_color_1984.patch38 + WebContents::FromRenderViewHost(RenderViewHost::From(host_));
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/
Dgrpc_async_server.cc25 GrpcAsyncServer::GrpcAsyncServer(const std::string &host, int32_t port) : host_(host), port_(port) … in GrpcAsyncServer()
30 std::string server_address = host_ + ":" + std::to_string(port_); in Run()
Dgrpc_async_server.h53 std::string host_; variable
/third_party/node/src/
Dinspector_socket_server.cc261 host_(host), in InspectorSocketServer()
302 PrintDebuggerReadyMessage(host_, in SessionTerminated()
398 int err = uv_getaddrinfo(loop_, &req, nullptr, host_.c_str(), in Start()
402 fprintf(out_, "Unable to resolve \"%s\": %s\n", host_.c_str(), in Start()
421 host_.c_str(), port_, uv_strerror(err)); in Start()
428 PrintDebuggerReadyMessage(host_, in Start()
/third_party/flutter/flutter/packages/flutter_tools/bin/
Dtool_backend.dart29 flutter build <platform> --local-engine=host_$buildMode
31 flutter build <platform> --local-engine=host_${buildMode}_unopt
/third_party/flutter/engine/flutter/shell/platform/embedder/
Dembedder_thread_host.h40 ThreadHost host_;
/third_party/grpc/src/core/lib/surface/
Dserver.cc1200 if (host_.has_value()) { in ~CallData()
1201 grpc_slice_unref_internal(*host_); in ~CallData()
1256 GPR_ASSERT(host_.has_value()); in Publish()
1258 rc->data.batch.details->host = grpc_slice_ref_internal(*host_); in Publish()
1319 if (path_.has_value() && host_.has_value()) { in StartNewRpc()
1321 chand->GetRegisteredMethod(*host_, *path_, in StartNewRpc()
1391 calld->host_.emplace(grpc_slice_ref_internal( in RecvInitialMetadataReady()
1403 if (calld->host_.has_value() && calld->path_.has_value()) { in RecvInitialMetadataReady()
/third_party/cef/libcef/browser/net/
Dchrome_scheme_handler.cc454 : host_(host), host_id_(host_id), profile_(profile) { in CefURLDataSource()
483 std::string GetSource() override { return host_; } in GetSource()
499 const std::string host_; member in scheme::__anonbacac5bf0111::CefURLDataSource

12