Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h1061 : sockfd_(-1), host_name_(host), port_num_(port) { in SocketWriter()
1079 << host_name_ << ":" << port_num_; in Send()
1098 const std::string port_num_; variable
H A Dgtest.cc4345 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection()
4369 << host_name_ << ":" << port_num_; in MakeConnection()