Searched refs:ServerPush (Results 1 – 1 of 1) sorted by relevance
80 return ServerPush(context, stream, response, nullptr); in StreamingFromServer()98 sp = ServerPush(context, stream, response, [&done]() { in StreamingBothWays()131 static Status ServerPush(ServerContext* context, W* stream, in ServerPush() function in grpc::testing::BenchmarkServiceImpl