Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/qps/
Dserver_async.cc123 new ServerRpcContextUnaryImpl(request_unary, process_rpc_bound)); in AsyncQpsServerTest()
249 class ServerRpcContextUnaryImpl final : public ServerRpcContext { class in grpc::testing::AsyncQpsServerTest
251 ServerRpcContextUnaryImpl( in ServerRpcContextUnaryImpl() function in grpc::testing::AsyncQpsServerTest::ServerRpcContextUnaryImpl
258 next_state_(&ServerRpcContextUnaryImpl::invoker), in ServerRpcContextUnaryImpl()
265 ~ServerRpcContextUnaryImpl() override {} in ~ServerRpcContextUnaryImpl()
274 next_state_ = &ServerRpcContextUnaryImpl::invoker; in Reset()
290 next_state_ = &ServerRpcContextUnaryImpl::finisher; in invoker()
297 bool (ServerRpcContextUnaryImpl::*next_state_)(bool);