Searched defs:ScopedSocket (Results 1 – 1 of 1) sorted by relevance
59 class ScopedSocket { class61 explicit ScopedSocket(int sock) : sock_(sock) {} in ScopedSocket() function in ScopedSocket