Lines Matching defs:HostPort
20 class HostPort {
22 HostPort(const std::string& host_name, int port, int pid = -1)
24 HostPort(const HostPort&) = default;
25 HostPort& operator=(const HostPort&) = default;
26 HostPort(HostPort&&) = default;
27 HostPort& operator=(HostPort&&) = default;
45 void Update(const HostPort& other) {
96 HostPort host_port{"127.0.0.1", kDefaultInspectorPort, -1};
318 HostPort SplitHostPort(const std::string& arg,
370 HostPort Options::*field,