Home
last modified time | relevance | path

Searched refs:HostPort (Results 1 – 16 of 16) sorted by relevance

/third_party/node/src/
Dnode_options.h16 class HostPort {
18 HostPort(const std::string& host_name, int port) in HostPort() function
20 HostPort(const HostPort&) = default;
21 HostPort& operator=(const HostPort&) = default;
22 HostPort(HostPort&&) = default;
23 HostPort& operator=(HostPort&&) = default;
37 void Update(const HostPort& other) { in Update()
85 HostPort host_port{"127.0.0.1", kDefaultInspectorPort};
272 HostPort SplitHostPort(const std::string& arg,
324 HostPort Options::* field,
Dinspector_io.h33 std::shared_ptr<ExclusiveAccess<HostPort>> host_port,
45 std::shared_ptr<ExclusiveAccess<HostPort>> host_port,
60 std::shared_ptr<ExclusiveAccess<HostPort>> host_port_;
Dinspector_agent.h51 std::shared_ptr<ExclusiveAccess<HostPort>> host_port,
111 std::shared_ptr<ExclusiveAccess<HostPort>> host_port() { return host_port_; } in host_port()
135 std::shared_ptr<ExclusiveAccess<HostPort>> host_port_;
Dinspector_io.cc243 std::shared_ptr<ExclusiveAccess<HostPort>> host_port, in Start()
258 std::shared_ptr<ExclusiveAccess<HostPort>> host_port, in InspectorIo()
300 ExclusiveAccess<HostPort>::Scoped host_port(host_port_); in ThreadMain()
315 ExclusiveAccess<HostPort>::Scoped host_port(host_port_); in ThreadMain()
325 ExclusiveAccess<HostPort>::Scoped host_port(host_port_); in GetWsUrl()
Dnode_options.cc825 HostPort SplitHostPort(const std::string& arg, in SplitHostPort()
831 return HostPort{host, DebugOptions::kDefaultInspectorPort}; in SplitHostPort()
839 return HostPort{arg, DebugOptions::kDefaultInspectorPort}; in SplitHostPort()
842 return HostPort { "", ParseAndValidatePort(arg, errors) }; in SplitHostPort()
845 return HostPort { RemoveBrackets(arg.substr(0, colon)), in SplitHostPort()
965 const HostPort& host_port = in GetOptions()
966 *_ppop_instance.Lookup<HostPort>(field, opts); in GetOptions()
Dnode_process_object.cc52 ExclusiveAccess<HostPort>::Scoped host_port(env->inspector_host_port()); in DebugPortGetter()
62 ExclusiveAccess<HostPort>::Scoped host_port(env->inspector_host_port()); in DebugPortSetter()
Dnode_options-inl.h92 HostPort Options::* field, in AddOption()
97 std::make_shared<SimpleOptionField<HostPort>>(field), in AddOption()
457 Lookup<HostPort>(info.field, options) in Parse()
Dinspector_js_api.cc283 ExclusiveAccess<HostPort>::Scoped host_port(agent->host_port()); in Open()
289 ExclusiveAccess<HostPort>::Scoped host_port(agent->host_port()); in Open()
Denv.h1243 inline std::shared_ptr<ExclusiveAccess<HostPort>> inspector_host_port();
1353 std::shared_ptr<ExclusiveAccess<HostPort>> inspector_host_port_;
Dinspector_agent.cc670 std::shared_ptr<ExclusiveAccess<HostPort>> host_port, in Start()
Denv.cc373 inspector_host_port_ = std::make_shared<ExclusiveAccess<HostPort>>( in Environment()
Denv-inl.h815 std::shared_ptr<ExclusiveAccess<HostPort>> Environment::inspector_host_port() { in inspector_host_port()
/third_party/node/doc/guides/
Dinvestigating_native_memory_leak.md242 …rt(std::string const&, node::DebugOptions const&, std::shared_ptr<node::HostPort>, bool) (in /home…
396 …rt(std::string const&, node::DebugOptions const&, std::shared_ptr<node::HostPort>, bool) (in /home…
438 …rt(std::string const&, node::DebugOptions const&, std::shared_ptr<node::HostPort>, bool) (inspecto…
/third_party/node/doc/changelogs/
DCHANGELOG_V13.md588 * [[`1dec9d196f`](https://github.com/nodejs/node/commit/1dec9d196f)] - **src**: wrap HostPort in Ex…
DCHANGELOG_V11.md1668 …//github.com/nodejs/node/commit/56b2a7274c)] - **inspector**: split the HostPort being used and th…
DCHANGELOG_V12.md329 * [[`75971009d0`](https://github.com/nodejs/node/commit/75971009d0)] - **src**: wrap HostPort in Ex…