Home
last modified time | relevance | path

Searched refs:host_name_ (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h1095 : sockfd_(-1), host_name_(host), port_num_(port) { in SocketWriter()
1111 << host_name_ << ":" << port_num_; in Send()
1129 const std::string host_name_; variable
H A Dgtest.cc4981 getaddrinfo(host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection()
5005 << host_name_ << ":" << port_num_; in MakeConnection()