Searched refs:HostPort (Results 1 – 16 of 16) sorted by relevance
/third_party/node/src/ |
D | node_options.h | 16 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,
|
D | inspector_io.h | 33 std::shared_ptr<ExclusiveAccess<HostPort>> host_port, 45 std::shared_ptr<ExclusiveAccess<HostPort>> host_port, 60 std::shared_ptr<ExclusiveAccess<HostPort>> host_port_;
|
D | inspector_agent.h | 51 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_;
|
D | inspector_io.cc | 243 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()
|
D | node_options.cc | 825 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()
|
D | node_process_object.cc | 52 ExclusiveAccess<HostPort>::Scoped host_port(env->inspector_host_port()); in DebugPortGetter() 62 ExclusiveAccess<HostPort>::Scoped host_port(env->inspector_host_port()); in DebugPortSetter()
|
D | node_options-inl.h | 92 HostPort Options::* field, in AddOption() 97 std::make_shared<SimpleOptionField<HostPort>>(field), in AddOption() 457 Lookup<HostPort>(info.field, options) in Parse()
|
D | inspector_js_api.cc | 283 ExclusiveAccess<HostPort>::Scoped host_port(agent->host_port()); in Open() 289 ExclusiveAccess<HostPort>::Scoped host_port(agent->host_port()); in Open()
|
D | env.h | 1243 inline std::shared_ptr<ExclusiveAccess<HostPort>> inspector_host_port(); 1353 std::shared_ptr<ExclusiveAccess<HostPort>> inspector_host_port_;
|
D | inspector_agent.cc | 670 std::shared_ptr<ExclusiveAccess<HostPort>> host_port, in Start()
|
D | env.cc | 373 inspector_host_port_ = std::make_shared<ExclusiveAccess<HostPort>>( in Environment()
|
D | env-inl.h | 815 std::shared_ptr<ExclusiveAccess<HostPort>> Environment::inspector_host_port() { in inspector_host_port()
|
/third_party/node/doc/guides/ |
D | investigating_native_memory_leak.md | 242 …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/ |
D | CHANGELOG_V13.md | 588 * [[`1dec9d196f`](https://github.com/nodejs/node/commit/1dec9d196f)] - **src**: wrap HostPort in Ex…
|
D | CHANGELOG_V11.md | 1668 …//github.com/nodejs/node/commit/56b2a7274c)] - **inspector**: split the HostPort being used and th…
|
D | CHANGELOG_V12.md | 329 * [[`75971009d0`](https://github.com/nodejs/node/commit/75971009d0)] - **src**: wrap HostPort in Ex…
|