Searched defs:RunNextState (Results 1 – 2 of 2) sorted by relevance
266 bool RunNextState(bool ok) override { return (this->*next_state_)(ok); } in RunNextState() function in grpc::testing::AsyncQpsServerTest::ServerRpcContextUnaryImpl321 bool RunNextState(bool ok) override { return (this->*next_state_)(ok); } in RunNextState() function in grpc::testing::AsyncQpsServerTest::ServerRpcContextStreamingImpl400 bool RunNextState(bool ok) override { return (this->*next_state_)(ok); } in RunNextState() function in grpc::testing::AsyncQpsServerTest::ServerRpcContextStreamingFromClientImpl469 bool RunNextState(bool ok) override { return (this->*next_state_)(ok); } in RunNextState() function in grpc::testing::AsyncQpsServerTest::ServerRpcContextStreamingFromServerImpl
89 bool RunNextState(bool ok, HistogramEntry* entry) override { in RunNextState() function in grpc::testing::ClientRpcContextUnaryImpl360 bool RunNextState(bool ok, HistogramEntry* entry) override { in RunNextState() function in grpc::testing::ClientRpcContextStreamingPingPongImpl545 bool RunNextState(bool ok, HistogramEntry* entry) override { in RunNextState() function in grpc::testing::ClientRpcContextStreamingFromClientImpl676 bool RunNextState(bool ok, HistogramEntry* entry) override { in RunNextState() function in grpc::testing::ClientRpcContextStreamingFromServerImpl790 bool RunNextState(bool ok, HistogramEntry* entry) override { in RunNextState() function in grpc::testing::ClientRpcContextGenericStreamingImpl