Searched refs:ServerRpcContextUnaryImpl (Results 1 – 1 of 1) sorted by relevance
123 new ServerRpcContextUnaryImpl(request_unary, process_rpc_bound)); in AsyncQpsServerTest()249 class ServerRpcContextUnaryImpl final : public ServerRpcContext { class in grpc::testing::AsyncQpsServerTest251 ServerRpcContextUnaryImpl( in ServerRpcContextUnaryImpl() function in grpc::testing::AsyncQpsServerTest::ServerRpcContextUnaryImpl258 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);