Searched defs:recv (Results 1 – 5 of 5) sorted by relevance
29 void onPingPongResponse(long send, long bounce, long recv, String remote); in onPingPongResponse()
118 public void onPingPongResponse(long send, long bounce, long recv, String remote) { in onPingPongResponse()
86 template <typename T> void recv(T& v) { in recv() function in Pipe
187 void recv(T& v) { in recv() function in Pipe
485 iovec recv[4] = {}; in TEST_F() local