Home
last modified time | relevance | path

Searched refs:test_socket_factory (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/test/core/iomgr/
Dudp_server_test.cc127 struct test_socket_factory { struct
132 typedef struct test_socket_factory test_socket_factory; argument
136 test_socket_factory* f = reinterpret_cast<test_socket_factory*>(factory); in test_socket_factory_socket()
143 test_socket_factory* f = reinterpret_cast<test_socket_factory*>(factory); in test_socket_factory_bind()
156 test_socket_factory* f = reinterpret_cast<test_socket_factory*>(factory); in test_socket_factory_destroy()
164 static test_socket_factory* test_socket_factory_create(void) { in test_socket_factory_create()
165 test_socket_factory* factory = static_cast<test_socket_factory*>( in test_socket_factory_create()
166 gpr_malloc(sizeof(test_socket_factory))); in test_socket_factory_create()
238 test_socket_factory* socket_factory = test_socket_factory_create(); in test_no_op_with_port_and_socket_factory()