Searched refs:host_name_ (Results 1 - 7 of 7) sorted by relevance
/third_party/node/src/ |
H A D | node_options.h | 23 : host_name_(host_name), port_(port), pid_(pid) {} in HostPort() 29 void set_host(const std::string& host) { host_name_ = host; } in set_host() 33 const std::string& host() const { return host_name_; } in host() 46 if (!other.host_name_.empty()) host_name_ = other.host_name_; in Update() 51 std::string host_name_; member in node::HostPort
|
/third_party/googletest/googletest/src/ |
H A D | gtest-internal-inl.h | 1082 : sockfd_(-1), host_name_(host), port_num_(port) { in SocketWriter() 1098 << host_name_ << ":" << port_num_; 1116 const std::string host_name_; member in testing::internal::StreamingListener::SocketWriter
|
H A D | gtest.cc | 4919 getaddrinfo(host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); 4943 << host_name_ << ":" << port_num_;
|
/third_party/node/deps/googletest/src/ |
H A D | gtest-internal-inl.h | 1083 : sockfd_(-1), host_name_(host), port_num_(port) { in SocketWriter() 1099 << host_name_ << ":" << port_num_; 1117 const std::string host_name_; member in testing::internal::StreamingListener::SocketWriter
|
H A D | gtest.cc | 4936 getaddrinfo(host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); 4960 << host_name_ << ":" << port_num_;
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-internal-inl.h | 1077 : sockfd_(-1), host_name_(host), port_num_(port) { in SocketWriter() 1095 << host_name_ << ":" << port_num_; 1113 const std::string host_name_; member in testing::internal::StreamingListener::SocketWriter
|
H A D | gtest.cc | 4394 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection() 4418 << host_name_ << ":" << port_num_; in MakeConnection()
|
Completed in 30 milliseconds