Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc1467 if (sockfd_ != -1) in ~SocketWriter()
1473 GTEST_CHECK_(sockfd_ != -1) in Send()
1490 GTEST_CHECK_(sockfd_ != -1) in CloseConnection()
1493 close(sockfd_); in CloseConnection()
1494 sockfd_ = -1; in CloseConnection()
5721 GTEST_CHECK_(sockfd_ == -1) in MakeConnection()
5742 sockfd_ = socket( in MakeConnection()
5744 if (sockfd_ != -1) { in MakeConnection()
5747 close(sockfd_); in MakeConnection()
5748 sockfd_ = -1; in MakeConnection()
[all …]