Searched refs:setup_handshakers (Results 1 – 2 of 2) sorted by relevance
79 static void setup_handshakers(tsi_test_fixture* fixture) { in setup_handshakers() function82 GPR_ASSERT(fixture->vtable->setup_handshakers != nullptr); in setup_handshakers()83 fixture->vtable->setup_handshakers(fixture); in setup_handshakers()390 setup_handshakers(fixture); in tsi_test_do_handshake()
68 void (*setup_handshakers)(tsi_test_fixture* fixture); member