Searched defs:PosixSocketWrapper (Results 1 – 2 of 2) sorted by relevance
155 explicit PosixSocketWrapper(int fd) : fd_(fd) { GPR_ASSERT(fd_ > 0); } in PosixSocketWrapper() function157 PosixSocketWrapper() : fd_(-1){}; in PosixSocketWrapper() function
165 explicit PosixSocketWrapper(int fd) : fd_(fd) { GPR_ASSERT(fd_ > 0); } in PosixSocketWrapper() function167 PosixSocketWrapper() : fd_(-1){}; in PosixSocketWrapper() function