Searched refs:DummyEndpoint (Results 1 – 1 of 1) sorted by relevance
45 class DummyEndpoint : public grpc_endpoint { class47 DummyEndpoint() { in DummyEndpoint() function in DummyEndpoint95 static_cast<DummyEndpoint*>(ep)->QueueRead(slices, cb); in read()114 grpc_resource_user_shutdown(static_cast<DummyEndpoint*>(ep)->ru_); in shutdown()115 GRPC_CLOSURE_SCHED(static_cast<DummyEndpoint*>(ep)->read_cb_, why); in shutdown()119 grpc_resource_user_unref(static_cast<DummyEndpoint*>(ep)->ru_); in destroy()120 delete static_cast<DummyEndpoint*>(ep); in destroy()124 return static_cast<DummyEndpoint*>(ep)->ru_; in get_resource_user()134 ep_ = new DummyEndpoint; in Fixture()152 DummyEndpoint* ep_;