Searched defs:socket_pair (Results 1 – 6 of 6) sorted by relevance
131 std::unique_ptr<SocketPair> socket_pair) { in AddSocketPair()173 auto socket_pair = GetSocketPair(fd); in OnFdReadable() local212 auto socket_pair = GetSocketPair(fd); in OnFdWritable() local245 auto* socket_pair = socket_pairs_by_fd_.Find(fd); in GetSocketPair() local
133 std::unique_ptr<SocketPair> socket_pair; member
71 auto socket_pair = std::make_unique<SocketPair>(); in SetUpEndToEndSockets() local
92 auto socket_pair = perfetto::base::UnixSocketRaw::CreatePairPosix( in TEST_F() local
211 auto socket_pair = base::UnixSocketRaw::CreatePairPosix( in SetUp() local
220 auto socket_pair = base::UnixSocketRaw::CreatePairPosix( in SetUp() local