Searched defs:ping_result (Results 1 – 5 of 5) sorted by relevance
36 struct ping_result { struct47 ping_result* pr = static_cast<ping_result*>(arg); in ping_done() argument
374 struct ping_result { struct375 grpc_closure closure;376 void* tag;377 grpc_completion_queue* cq;378 grpc_cq_completion completion_storage;
564 struct ping_result { struct567 struct ping_result* next; argument
285 IceControllerInterface::PingResult ping_result(kConnection, recheck_delay_ms); in TEST() local
361 def process_ping_test_results(self, testcase_params, ping_result): argument