Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/qps/
Dserver_sync.cc80 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